Html Css Color HEX #B2B718 La Rioja

📋 copy color: '#B2B718'

red 178 ◦ green 183 ◦ blue 24

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

Shades of La Rioja #B2B718

Tints of La Rioja #B2B718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.53%

 BLUE value IS 24 (9.77% from 255) = 6.23%

R = 46.23%
G = 47.53%
B = 6.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B2B718 (or 0xB2B718) is known color: La Rioja. HEX triplet: B2, B7 and 18. RGB value is (178,183,24). Sum of RGB (Red+Green+Blue) = 178+183+24=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B718 is #4D48E7. Grayscale: #A4A4A4. Windows color (decimal): -5064936 or 1619890. OLE color: 1619890.

HSL color Cylindrical-coordinate representation of color #B2B718: hue angle of 61.89º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2B718 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 24 -
CMYK 0.03 0 0.87 0.28
HSL 61.89º 0.77% 0.41% -
HSV(B) 61.89º 0.87% 0.72% -
XYZ 35.46 43.4 7.37 -
YUV 163.38 49.34 138.43 -
System Red Green Blue C M Y K H S L
Decimal 178 183 24 0.03 0 0.87 0.28 61.89 0.77 0.41
Hex B2 B7 18 3 0 57 1C 3E 4D 29
Octal 262 267 30 3 0 127 34 76 115 51
Binary 10110010 10110111 11000 11 0 1010111 11100 111110 1001101 101001

Color Harmonies of #B2B718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B718

Black with #B2B718

Text Example


Text Example

White with #B2B718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B718; }

 p { color: rgb(178,183,24); }

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

background-color css

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

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

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

border-color css

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

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

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