Html Css Color HEX #B5B204 La Rioja

📋 copy color: '#B5B204'

red 181 ◦ green 178 ◦ blue 4

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

Shades of La Rioja #B5B204

Tints of La Rioja #B5B204

RGB

 RED value IS 181 (71.09% from 255) = 49.86%

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 49.86%
G = 49.04%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B5B204 (or 0xB5B204) is known color: La Rioja. HEX triplet: B5, B2 and 04. RGB value is (181,178,4). Sum of RGB (Red+Green+Blue) = 181+178+4=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B204 is #4A4DFB. Grayscale: #9F9F9F. Windows color (decimal): -4869628 or 307893. OLE color: 307893.

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

Color convert

RGB 181 178 4 -
CMYK 0 0.02 0.98 0.29
HSL 58.98º 0.96% 0.36% -
HSV(B) 58.98º 0.98% 0.71% -
XYZ 35 41.67 6.31 -
YUV 159.06 40.49 143.65 -
System Red Green Blue C M Y K H S L
Decimal 181 178 4 0 0.02 0.98 0.29 58.98 0.96 0.36
Hex B5 B2 4 0 2 62 1D 3B 60 24
Octal 265 262 4 0 2 142 35 73 140 44
Binary 10110101 10110010 100 0 10 1100010 11101 111011 1100000 100100

Color Harmonies of #B5B204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B204

Black with #B5B204

Text Example


Text Example

White with #B5B204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B204; }

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

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

background-color css

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

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

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

border-color css

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

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

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