#bbc12d

Color #BBC12D Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BBC12D

Tints of Rio Grande #BBC12D

Color information

#BBC12D (or 0xBBC12D) is unknown color: approx Rio Grande. HEX triplet: BB, C1 and 2D. RGB value is (187,193,45). Sum of RGB (Red+Green+Blue) = 187+193+45=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC12D is #443ED2. Grayscale: #AEAEAE. Windows color (decimal): -4472531 or 2998715. OLE color: 2998715.

HSL color Cylindrical-coordinate representation of color #BBC12D: hue angle of 62.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC12D is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB18719345-
CMYK0.0300.770.24
HSL62.43º62.18%46.67%-
HSV(B)62.43º76.68%75.69%-
XYZ40.0448.899.81-
YUV174.3355.01137.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 193 (75.78% from 255) = 45.41%
BLUE value IS 45 (17.97% from 255) = 10.59%
R=44%
G=45.41%
B=10.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187193450.0300.770.2462.4362.1846.67
HexBBC12D304D183e3e2f
Octal273301553011530767657
Binary1011101111000001101101110100110111000111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbc12d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbc12d; }

 p { color: rgb(187,193,45); }

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

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

 a { background-color: rgb(187,193,45); }

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

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

 span { border-color: rgb(187,193,45); }

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