Html Css Color HEX #B9CC04 La Rioja

📋 copy color: '#B9CC04'

red 185 ◦ green 204 ◦ blue 4

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

Shades of La Rioja #B9CC04

Tints of La Rioja #B9CC04

RGB

 RED value IS 185 (72.66% from 255) = 47.07%

 GREEN value IS 204 (80.08% from 255) = 51.91%

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

R = 47.07%
G = 51.91%
B = 1.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#B9CC04 (or 0xB9CC04) is known color: La Rioja. HEX triplet: B9, CC and 04. RGB value is (185,204,4). Sum of RGB (Red+Green+Blue) = 185+204+4=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 4 (1.95% from 255 or 1.02% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CC04 is #4633FB. Grayscale: #B0B0B0. Windows color (decimal): -4600828 or 314553. OLE color: 314553.

HSL color Cylindrical-coordinate representation of color #B9CC04: hue angle of 65.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9CC04 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 4 -
CMYK 0.09 0 0.98 0.2
HSL 65.7º 0.96% 0.41% -
HSV(B) 65.7º 0.98% 0.8% -
XYZ 41.62 53.51 8.25 -
YUV 175.52 31.21 134.76 -
System Red Green Blue C M Y K H S L
Decimal 185 204 4 0.09 0 0.98 0.2 65.7 0.96 0.41
Hex B9 CC 4 9 0 62 14 42 60 29
Octal 271 314 4 11 0 142 24 102 140 51
Binary 10111001 11001100 100 1001 0 1100010 10100 1000010 1100000 101001

Color Harmonies of #B9CC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC04

Black with #B9CC04

Text Example


Text Example

White with #B9CC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC04; }

 p { color: rgb(185,204,4); }

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

background-color css

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

 a { background-color: rgb(185,204,4); }

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

border-color css

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

 span { border-color: rgb(185,204,4); }

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