#BBBD74

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

Shades of Pine Glade #BBBD74

Tints of Pine Glade #BBBD74

Color information

#BBBD74 (or 0xBBBD74) is unknown color: approx Pine Glade. HEX triplet: BB, BD and 74. RGB value is (187,189,116). Sum of RGB (Red+Green+Blue) = 187+189+116=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD74 is #44428B. Grayscale: #B4B4B4. Windows color (decimal): -4473484 or 7650747. OLE color: 7650747.

HSL color Cylindrical-coordinate representation of color #BBBD74: hue angle of 61.64º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBBD74 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB187189116-
CMYK0.0100.390.26
HSL61.64º35.61%59.8%-
HSV(B)61.64º38.62%74.12%-
XYZ41.8448.2223.63-
YUV180.0891.84132.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=38.01%
G=38.41%
B=23.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891160.0100.390.2661.6435.6159.8
HexBBBD7410271A3e243c
Octal273275164104732764474
Binary101110111011110111101001010011111010111110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD74; }

 p { color: rgb(187,189,116); }

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

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

 a { background-color: rgb(187,189,116); }

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

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

 span { border-color: rgb(187,189,116); }

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