Html Css Color HEX #B9CF04 La Rioja

📋 copy color: '#B9CF04'

red 185 ◦ green 207 ◦ blue 4

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

Shades of La Rioja #B9CF04

Tints of La Rioja #B9CF04

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.27%

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

R = 46.72%
G = 52.27%
B = 1.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#B9CF04 (or 0xB9CF04) is known color: La Rioja. HEX triplet: B9, CF and 04. RGB value is (185,207,4). Sum of RGB (Red+Green+Blue) = 185+207+4=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CF04 is #4630FB. Grayscale: #B2B2B2. Windows color (decimal): -4600060 or 315321. OLE color: 315321.

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

Color convert

RGB 185 207 4 -
CMYK 0.11 0 0.98 0.19
HSL 66.5º 0.96% 0.41% -
HSV(B) 66.5º 0.98% 0.81% -
XYZ 42.34 54.95 8.49 -
YUV 177.28 30.21 133.51 -
System Red Green Blue C M Y K H S L
Decimal 185 207 4 0.11 0 0.98 0.19 66.5 0.96 0.41
Hex B9 CF 4 B 0 62 13 43 60 29
Octal 271 317 4 13 0 142 23 103 140 51
Binary 10111001 11001111 100 1011 0 1100010 10011 1000011 1100000 101001

Color Harmonies of #B9CF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CF04

Black with #B9CF04

Text Example


Text Example

White with #B9CF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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