#BFCC09

Color #BFCC09 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BFCC09

Tints of La Rioja #BFCC09

Color information

#BFCC09 (or 0xBFCC09) is unknown color: approx La Rioja. HEX triplet: BF, CC and 09. RGB value is (191,204,9). Sum of RGB (Red+Green+Blue) = 191+204+9=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC09 is #4033F6. Grayscale: #B2B2B2. Windows color (decimal): -4207607 or 642239. OLE color: 642239.

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

Color convert

RGB1912049-
CMYK0.0600.960.2
HSL64º91.55%41.76%-
HSV(B)64º95.59%80%-
XYZ43.1354.288.46-
YUV177.8832.69137.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 204 (80.08% from 255) = 50.50%
BLUE value IS 9 (3.91% from 255) = 2.23%
R=47.28%
G=50.50%
B=2.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal19120490.0600.960.26491.5541.76
HexBFCC9606014405c2a
Octal27731411601402410013452
Binary10111111110011001001110011000001010010000001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCC09; }

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

 H1.HeaderClassName
 {
   color: #BFCC09;
 }
 .AnyTagClassName
 {
   color: #BFCC09;
 }
</style>
background-color css

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

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

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

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

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

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