#BBC414

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

Shades of La Rioja #BBC414

Tints of La Rioja #BBC414

Color information

#BBC414 (or 0xBBC414) is unknown color: approx La Rioja. HEX triplet: BB, C4 and 14. RGB value is (187,196,20). Sum of RGB (Red+Green+Blue) = 187+196+20=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC414 is #443BEB. Grayscale: #ADADAD. Windows color (decimal): -4471788 or 1361083. OLE color: 1361083.

HSL color Cylindrical-coordinate representation of color #BBC414: hue angle of 63.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC414 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB18719620-
CMYK0.0500.900.23
HSL63.07º81.48%42.35%-
HSV(B)63.07º89.8%76.86%-
XYZ40.3650.18.2-
YUV173.2441.52137.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 196 (76.95% from 255) = 48.64%
BLUE value IS 20 (8.20% from 255) = 4.96%
R=46.40%
G=48.64%
B=4.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal187196200.0500.900.2363.0781.4842.35
HexBBC414505A173f512a
Octal2733042450132277712152
Binary10111011110001001010010101011010101111111111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC414; }

 p { color: rgb(187,196,20); }

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

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

 a { background-color: rgb(187,196,20); }

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

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

 span { border-color: rgb(187,196,20); }

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