#BBCF09

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

Shades of La Rioja #BBCF09

Tints of La Rioja #BBCF09

Color information

#BBCF09 (or 0xBBCF09) is unknown color: approx La Rioja. HEX triplet: BB, CF and 09. RGB value is (187,207,9). Sum of RGB (Red+Green+Blue) = 187+207+9=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF09 is #4430F6. Grayscale: #B3B3B3. Windows color (decimal): -4468983 or 643003. OLE color: 643003.

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

Color convert

RGB1872079-
CMYK0.1000.960.19
HSL66.06º91.67%42.35%-
HSV(B)66.06º95.65%81.18%-
XYZ42.8655.218.66-
YUV178.4532.37134.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 207 (81.25% from 255) = 51.36%
BLUE value IS 9 (3.91% from 255) = 2.23%
R=46.40%
G=51.36%
B=2.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18720790.1000.960.1966.0691.6742.35
HexBBCF9A06013425c2a
Octal273317111201402310213452
Binary101110111100111110011010011000001001110000101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCF09; }

 p { color: rgb(187,207,9); }

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

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

 a { background-color: rgb(187,207,9); }

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

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

 span { border-color: rgb(187,207,9); }

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