#BCCD74

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

Shades of Pine Glade #BCCD74

Tints of Pine Glade #BCCD74

Color information

#BCCD74 (or 0xBCCD74) is unknown color: approx Pine Glade. HEX triplet: BC, CD and 74. RGB value is (188,205,116). Sum of RGB (Red+Green+Blue) = 188+205+116=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD74 is #43328B. Grayscale: #BEBEBE. Windows color (decimal): -4403852 or 7654844. OLE color: 7654844.

HSL color Cylindrical-coordinate representation of color #BCCD74: hue angle of 71.46º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCCD74 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB188205116-
CMYK0.0800.430.20
HSL71.46º47.09%62.94%-
HSV(B)71.46º43.41%80.39%-
XYZ45.7255.6124.85-
YUV189.7786.37126.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 116 (45.70% from 255) = 22.79%
R=36.94%
G=40.28%
B=22.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051160.0800.430.2071.4647.0962.94
HexBCCD74802B14472f3f
Octal27431516410053241075777
Binary1011110011001101111010010000101011101001000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD74; }

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

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

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

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

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

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

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

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