Html Css Color HEX #BCCD76 Pine Glade

📋 copy color: '#BCCD76'

red 188 ◦ green 205 ◦ blue 118

#BCCD76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BCCD76

Tints of Pine Glade #BCCD76

RGB

 RED value IS 188 (73.83% from 255) = 36.79%

 GREEN value IS 205 (80.47% from 255) = 40.12%

 BLUE value IS 118 (46.48% from 255) = 23.09%

R = 36.79%
G = 40.12%
B = 23.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#BCCD76 (or 0xBCCD76) is known color: Pine Glade. HEX triplet: BC, CD and 76. RGB value is (188,205,118). Sum of RGB (Red+Green+Blue) = 188+205+118=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD76 is #433289. Grayscale: #BEBEBE. Windows color (decimal): -4403850 or 7785916. OLE color: 7785916.

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

Color convert

RGB 188 205 118 -
CMYK 0.08 0 0.42 0.20
HSL 71.72º 0.47% 0.63% -
HSV(B) 71.72º 0.42% 0.8% -
XYZ 45.84 55.66 25.47 -
YUV 190 87.37 126.57 -
System Red Green Blue C M Y K H S L
Decimal 188 205 118 0.08 0 0.42 0.20 71.72 0.47 0.63
Hex BC CD 76 8 0 2A 14 48 2F 3F
Octal 274 315 166 10 0 52 24 110 57 77
Binary 10111100 11001101 1110110 1000 0 101010 10100 1001000 101111 111111

Color Harmonies of #BCCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD76

Black with #BCCD76

Text Example


Text Example

White with #BCCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD76; }

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

 H1.HeaderClassName
 {
   color: #BCCD76;
 }
 .AnyTagClassName
 {
   color: #BCCD76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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