Html Css Color HEX #B2B217 La Rioja

📋 copy color: '#B2B217'

red 178 ◦ green 178 ◦ blue 23

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

Shades of La Rioja #B2B217

Tints of La Rioja #B2B217

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.97%

 BLUE value IS 23 (9.38% from 255) = 6.07%

R = 46.97%
G = 46.97%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B2B217 (or 0xB2B217) is known color: La Rioja. HEX triplet: B2, B2 and 17. RGB value is (178,178,23). Sum of RGB (Red+Green+Blue) = 178+178+23=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B217 is #4D4DE8. Grayscale: #A0A0A0. Windows color (decimal): -5066217 or 1553074. OLE color: 1553074.

HSL color Cylindrical-coordinate representation of color #B2B217: hue angle of 60º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2B217 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 178 23 -
CMYK 0 0 0.87 0.30
HSL 60º 0.77% 0.39% -
HSV(B) 60º 0.87% 0.7% -
XYZ 34.44 41.37 6.98 -
YUV 160.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 178 178 23 0 0 0.87 0.30 60 0.77 0.39
Hex B2 B2 17 0 0 57 1E 3C 4D 27
Octal 262 262 27 0 0 127 36 74 115 47
Binary 10110010 10110010 10111 0 0 1010111 11110 111100 1001101 100111

Color Harmonies of #B2B217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B217

Black with #B2B217

Text Example


Text Example

White with #B2B217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B217; }

 p { color: rgb(178,178,23); }

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

background-color css

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

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

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

border-color css

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

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

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