Html Css Color HEX #BFC204 La Rioja

📋 copy color: '#BFC204'

red 191 ◦ green 194 ◦ blue 4

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

Shades of La Rioja #BFC204

Tints of La Rioja #BFC204

RGB

 RED value IS 191 (75% from 255) = 49.1%

 GREEN value IS 194 (76.17% from 255) = 49.87%

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

R = 49.1%
G = 49.87%
B = 1.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#BFC204 (or 0xBFC204) is known color: La Rioja. HEX triplet: BF, C2 and 04. RGB value is (191,194,4). Sum of RGB (Red+Green+Blue) = 191+194+4=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC204 is #403DFB. Grayscale: #ACACAC. Windows color (decimal): -4210172 or 311999. OLE color: 311999.

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

Color convert

RGB 191 194 4 -
CMYK 0.02 0 0.98 0.24
HSL 60.95º 0.96% 0.39% -
HSV(B) 60.95º 0.98% 0.76% -
XYZ 40.8 49.67 7.55 -
YUV 171.44 33.51 141.95 -
System Red Green Blue C M Y K H S L
Decimal 191 194 4 0.02 0 0.98 0.24 60.95 0.96 0.39
Hex BF C2 4 2 0 62 18 3D 60 27
Octal 277 302 4 2 0 142 30 75 140 47
Binary 10111111 11000010 100 10 0 1100010 11000 111101 1100000 100111

Color Harmonies of #BFC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC204

Black with #BFC204

Text Example


Text Example

White with #BFC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC204; }

 p { color: rgb(191,194,4); }

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

background-color css

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

 a { background-color: rgb(191,194,4); }

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

border-color css

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

 span { border-color: rgb(191,194,4); }

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