#BBC570

Color #BBC570 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BBC570

Tints of Pine Glade #BBC570

Color information

#BBC570 (or 0xBBC570) is unknown color: approx Pine Glade. HEX triplet: BB, C5 and 70. RGB value is (187,197,112). Sum of RGB (Red+Green+Blue) = 187+197+112=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC570 is #443A8F. Grayscale: #B8B8B8. Windows color (decimal): -4471440 or 7390651. OLE color: 7390651.

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

Color convert

RGB187197112-
CMYK0.0500.430.23
HSL67.06º42.29%60.59%-
HSV(B)67.06º43.15%77.25%-
XYZ43.3851.6723.02-
YUV184.3287.19129.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=37.70%
G=39.72%
B=22.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871971120.0500.430.2367.0642.2960.59
HexBBC570502B17432a3d
Octal2733051605053271035275
Binary101110111100010111100001010101011101111000011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC570; }

 p { color: rgb(187,197,112); }

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

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

 a { background-color: rgb(187,197,112); }

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

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

 span { border-color: rgb(187,197,112); }

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