#BBC814

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

Shades of Rio Grande #BBC814

Tints of Rio Grande #BBC814

Color information

#BBC814 (or 0xBBC814) is unknown color: approx Rio Grande. HEX triplet: BB, C8 and 14. RGB value is (187,200,20). Sum of RGB (Red+Green+Blue) = 187+200+20=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC814 is #4437EB. Grayscale: #B0B0B0. Windows color (decimal): -4470764 or 1362107. OLE color: 1362107.

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

Color convert

RGB18720020-
CMYK0.0600.90.22
HSL64.33º81.82%43.14%-
HSV(B)64.33º90%78.43%-
XYZ41.2751.928.51-
YUV175.5940.19136.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 200 (78.52% from 255) = 49.14%
BLUE value IS 20 (8.20% from 255) = 4.91%
R=45.95%
G=49.14%
B=4.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187200200.0600.90.2264.3381.8243.14
HexBBC814605A1640522b
Octal27331024601322610012253
Binary101110111100100010100110010110101011010000001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC814; }

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

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

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

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

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

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

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

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