Html Css Color HEX #B2B515 La Rioja

📋 copy color: '#B2B515'

red 178 ◦ green 181 ◦ blue 21

#B2B515
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B2B515

Tints of La Rioja #B2B515

RGB

 RED value IS 178 (69.92% from 255) = 46.84%

 GREEN value IS 181 (71.09% from 255) = 47.63%

 BLUE value IS 21 (8.59% from 255) = 5.53%

R = 46.84%
G = 47.63%
B = 5.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2B515 (or 0xB2B515) is known color: La Rioja. HEX triplet: B2, B5 and 15. RGB value is (178,181,21). Sum of RGB (Red+Green+Blue) = 178+181+21=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B515 is #4D4AEA. Grayscale: #A2A2A2. Windows color (decimal): -5065451 or 1422770. OLE color: 1422770.

HSL color Cylindrical-coordinate representation of color #B2B515: hue angle of 61.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2B515 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 21 -
CMYK 0.02 0 0.88 0.29
HSL 61.13º 0.79% 0.4% -
HSV(B) 61.13º 0.88% 0.71% -
XYZ 35.02 42.57 7.08 -
YUV 161.86 48.51 139.51 -
System Red Green Blue C M Y K H S L
Decimal 178 181 21 0.02 0 0.88 0.29 61.13 0.79 0.4
Hex B2 B5 15 2 0 58 1D 3D 4F 28
Octal 262 265 25 2 0 130 35 75 117 50
Binary 10110010 10110101 10101 10 0 1011000 11101 111101 1001111 101000

Color Harmonies of #B2B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B515

Black with #B2B515

Text Example


Text Example

White with #B2B515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B515; }

 p { color: rgb(178,181,21); }

 H1.HeaderClassName
 {
   color: #B2B515;
 }
 .AnyTagClassName
 {
   color: #B2B515;
 }
</style>

background-color css

<style>
 a { background-color: #B2B515; }

 a { background-color: rgb(178,181,21); }

 div.DivClassName
 {
   background-color: #B2B515;
 }
 .BgClassName
 {
   background-color: #B2B515;
 }
</style>

border-color css

<style>
 span { border-color: #B2B515; }

 span { border-color: rgb(178,181,21); }

 td.TdClassName
 {
   border-color: #B2B515;
 }
 .TagClassName
 {
   border-color: #B2B515;
 }
</style>