#BBC80A

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

Shades of La Rioja #BBC80A

Tints of La Rioja #BBC80A

Color information

#BBC80A (or 0xBBC80A) is unknown color: approx La Rioja. HEX triplet: BB, C8 and 0A. RGB value is (187,200,10). Sum of RGB (Red+Green+Blue) = 187+200+10=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC80A is #4437F5. Grayscale: #AFAFAF. Windows color (decimal): -4470774 or 706747. OLE color: 706747.

HSL color Cylindrical-coordinate representation of color #BBC80A: hue angle of 64.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBC80A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB18720010-
CMYK0.0600.950.22
HSL64.11º90.48%41.18%-
HSV(B)64.11º95%78.43%-
XYZ41.251.98.13-
YUV174.4535.19136.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 200 (78.52% from 255) = 50.38%
BLUE value IS 10 (4.30% from 255) = 2.52%
R=47.10%
G=50.38%
B=2.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187200100.0600.950.2264.1190.4841.18
HexBBC8A605F16405a29
Octal27331012601372610013251
Binary10111011110010001010110010111111011010000001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC80A; }

 p { color: rgb(187,200,10); }

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

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

 a { background-color: rgb(187,200,10); }

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

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

 span { border-color: rgb(187,200,10); }

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