#BCBF74

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

Shades of Pine Glade #BCBF74

Tints of Pine Glade #BCBF74

Color information

#BCBF74 (or 0xBCBF74) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 74. RGB value is (188,191,116). Sum of RGB (Red+Green+Blue) = 188+191+116=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF74 is #43408B. Grayscale: #B5B5B5. Windows color (decimal): -4407436 or 7651260. OLE color: 7651260.

HSL color Cylindrical-coordinate representation of color #BCBF74: hue angle of 62.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCBF74 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB188191116-
CMYK0.0200.390.25
HSL62.4º36.95%60.2%-
HSV(B)62.4º39.27%74.9%-
XYZ42.5249.2123.78-
YUV181.5591.01132.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=37.98%
G=38.59%
B=23.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911160.0200.390.2562.436.9560.2
HexBCBF742027193e253c
Octal274277164204731764574
Binary1011110010111111111010010010011111001111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF74; }

 p { color: rgb(188,191,116); }

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

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

 a { background-color: rgb(188,191,116); }

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

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

 span { border-color: rgb(188,191,116); }

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