#BBC67A

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

Shades of Pine Glade #BBC67A

Tints of Pine Glade #BBC67A

Color information

#BBC67A (or 0xBBC67A) is unknown color: approx Pine Glade. HEX triplet: BB, C6 and 7A. RGB value is (187,198,122). Sum of RGB (Red+Green+Blue) = 187+198+122=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC67A is #443985. Grayscale: #BABABA. Windows color (decimal): -4471174 or 8046267. OLE color: 8046267.

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

Color convert

RGB187198122-
CMYK0.0600.380.22
HSL68.68º40%62.75%-
HSV(B)68.68º38.38%77.65%-
XYZ44.252.3626.19-
YUV186.0591.86128.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 122 (48.05% from 255) = 24.06%
R=36.88%
G=39.05%
B=24.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981220.0600.380.2268.684062.75
HexBBC67A60261645283f
Octal2733061726046261055077
Binary101110111100011011110101100100110101101000101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC67A; }

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

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

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

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

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

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

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

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