#BBC273

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

Shades of Pine Glade #BBC273

Tints of Pine Glade #BBC273

Color information

#BBC273 (or 0xBBC273) is unknown color: approx Pine Glade. HEX triplet: BB, C2 and 73. RGB value is (187,194,115). Sum of RGB (Red+Green+Blue) = 187+194+115=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC273 is #443D8C. Grayscale: #B7B7B7. Windows color (decimal): -4472205 or 7586491. OLE color: 7586491.

HSL color Cylindrical-coordinate representation of color #BBC273: hue angle of 65.32º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBC273 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB187194115-
CMYK0.0400.410.24
HSL65.32º39.3%60.59%-
HSV(B)65.32º40.72%76.08%-
XYZ42.8850.3923.69-
YUV182.989.68130.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 194 (76.17% from 255) = 39.11%
BLUE value IS 115 (45.31% from 255) = 23.19%
R=37.70%
G=39.11%
B=23.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941150.0400.410.2465.3239.360.59
HexBBC27340291841273d
Octal2733021634051301014775
Binary101110111100001011100111000101001110001000001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC273; }

 p { color: rgb(187,194,115); }

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

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

 a { background-color: rgb(187,194,115); }

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

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

 span { border-color: rgb(187,194,115); }

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