Html Css Color HEX #BFC209 La Rioja

📋 copy color: '#BFC209'

red 191 ◦ green 194 ◦ blue 9

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

Shades of La Rioja #BFC209

Tints of La Rioja #BFC209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.28%

R = 48.48%
G = 49.24%
B = 2.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#BFC209 (or 0xBFC209) is known color: La Rioja. HEX triplet: BF, C2 and 09. RGB value is (191,194,9). Sum of RGB (Red+Green+Blue) = 191+194+9=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC209 is #403DF6. Grayscale: #ACACAC. Windows color (decimal): -4210167 or 639679. OLE color: 639679.

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

Color convert

RGB 191 194 9 -
CMYK 0.02 0 0.95 0.24
HSL 60.97º 0.91% 0.4% -
HSV(B) 60.97º 0.95% 0.76% -
XYZ 40.83 49.68 7.7 -
YUV 172.01 36.01 141.54 -
System Red Green Blue C M Y K H S L
Decimal 191 194 9 0.02 0 0.95 0.24 60.97 0.91 0.4
Hex BF C2 9 2 0 5F 18 3D 5B 28
Octal 277 302 11 2 0 137 30 75 133 50
Binary 10111111 11000010 1001 10 0 1011111 11000 111101 1011011 101000

Color Harmonies of #BFC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC209

Black with #BFC209

Text Example


Text Example

White with #BFC209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC209; }

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

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

background-color css

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

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

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

border-color css

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

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

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