#BBC17A

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

Shades of Pine Glade #BBC17A

Tints of Pine Glade #BBC17A

Color information

#BBC17A (or 0xBBC17A) is unknown color: approx Pine Glade. HEX triplet: BB, C1 and 7A. RGB value is (187,193,122). Sum of RGB (Red+Green+Blue) = 187+193+122=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC17A is #443E85. Grayscale: #B7B7B7. Windows color (decimal): -4472454 or 8044987. OLE color: 8044987.

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

Color convert

RGB187193122-
CMYK0.0300.370.24
HSL65.07º36.41%61.76%-
HSV(B)65.07º36.79%75.69%-
XYZ43.0850.1125.81-
YUV183.1193.51130.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=37.25%
G=38.45%
B=24.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931220.0300.370.2465.0736.4161.76
HexBBC17A30251841243e
Octal2733011723045301014476
Binary10111011110000011111010110100101110001000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC17A; }

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

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

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

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

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

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

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

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