Html Css Color HEX #BFC006 La Rioja

📋 copy color: '#BFC006'

red 191 ◦ green 192 ◦ blue 6

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

Shades of La Rioja #BFC006

Tints of La Rioja #BFC006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.36%

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 49.1%
G = 49.36%
B = 1.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BFC006 (or 0xBFC006) is known color: La Rioja. HEX triplet: BF, C0 and 06. RGB value is (191,192,6). Sum of RGB (Red+Green+Blue) = 191+192+6=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC006 is #403FF9. Grayscale: #ABABAB. Windows color (decimal): -4210682 or 442559. OLE color: 442559.

HSL color Cylindrical-coordinate representation of color #BFC006: hue angle of 60.32º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFC006 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 192 6 -
CMYK 0.01 0 0.97 0.25
HSL 60.32º 0.94% 0.39% -
HSV(B) 60.32º 0.97% 0.75% -
XYZ 40.37 48.79 7.46 -
YUV 170.5 35.17 142.62 -
System Red Green Blue C M Y K H S L
Decimal 191 192 6 0.01 0 0.97 0.25 60.32 0.94 0.39
Hex BF C0 6 1 0 61 19 3C 5E 27
Octal 277 300 6 1 0 141 31 74 136 47
Binary 10111111 11000000 110 1 0 1100001 11001 111100 1011110 100111

Color Harmonies of #BFC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC006

Black with #BFC006

Text Example


Text Example

White with #BFC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC006; }

 p { color: rgb(191,192,6); }

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

background-color css

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

 a { background-color: rgb(191,192,6); }

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

border-color css

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

 span { border-color: rgb(191,192,6); }

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