Html Css Color HEX #B2B416 La Rioja

📋 copy color: '#B2B416'

red 178 ◦ green 180 ◦ blue 22

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

Shades of La Rioja #B2B416

Tints of La Rioja #B2B416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.37%

 BLUE value IS 22 (8.98% from 255) = 5.79%

R = 46.84%
G = 47.37%
B = 5.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B2B416 (or 0xB2B416) is known color: La Rioja. HEX triplet: B2, B4 and 16. RGB value is (178,180,22). Sum of RGB (Red+Green+Blue) = 178+180+22=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B416 is #4D4BE9. Grayscale: #A2A2A2. Windows color (decimal): -5065706 or 1488050. OLE color: 1488050.

HSL color Cylindrical-coordinate representation of color #B2B416: hue angle of 60.76º degrees, saturation: 0.78, 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 #B2B416 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 22 -
CMYK 0.01 0 0.88 0.29
HSL 60.76º 0.78% 0.4% -
HSV(B) 60.76º 0.88% 0.71% -
XYZ 34.83 42.17 7.06 -
YUV 161.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 178 180 22 0.01 0 0.88 0.29 60.76 0.78 0.4
Hex B2 B4 16 1 0 58 1D 3D 4E 28
Octal 262 264 26 1 0 130 35 75 116 50
Binary 10110010 10110100 10110 1 0 1011000 11101 111101 1001110 101000

Color Harmonies of #B2B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B416

Black with #B2B416

Text Example


Text Example

White with #B2B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B416; }

 p { color: rgb(178,180,22); }

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

background-color css

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

 a { background-color: rgb(178,180,22); }

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

border-color css

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

 span { border-color: rgb(178,180,22); }

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