Html Css Color HEX #B2B516 La Rioja

📋 copy color: '#B2B516'

red 178 ◦ green 181 ◦ blue 22

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

Shades of La Rioja #B2B516

Tints of La Rioja #B2B516

RGB

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

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

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

R = 46.72%
G = 47.51%
B = 5.77%

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

#B2B516 (or 0xB2B516) is known color: La Rioja. HEX triplet: B2, B5 and 16. RGB value is (178,181,22). Sum of RGB (Red+Green+Blue) = 178+181+22=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B516 is #4D4AE9. Grayscale: #A2A2A2. Windows color (decimal): -5065450 or 1488306. OLE color: 1488306.

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

Color convert

RGB 178 181 22 -
CMYK 0.02 0 0.88 0.29
HSL 61.13º 0.78% 0.4% -
HSV(B) 61.13º 0.88% 0.71% -
XYZ 35.03 42.57 7.13 -
YUV 161.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 178 181 22 0.02 0 0.88 0.29 61.13 0.78 0.4
Hex B2 B5 16 2 0 58 1D 3D 4E 28
Octal 262 265 26 2 0 130 35 75 116 50
Binary 10110010 10110101 10110 10 0 1011000 11101 111101 1001110 101000

Color Harmonies of #B2B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B516

Black with #B2B516

Text Example


Text Example

White with #B2B516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B516; }

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

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

background-color css

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

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

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

border-color css

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

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

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