Html Css Color HEX #BCCC77 Pine Glade

📋 copy color: '#BCCC77'

red 188 ◦ green 204 ◦ blue 119

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

Shades of Pine Glade #BCCC77

Tints of Pine Glade #BCCC77

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.92%

 BLUE value IS 119 (46.88% from 255) = 23.29%

R = 36.79%
G = 39.92%
B = 23.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#BCCC77 (or 0xBCCC77) is known color: Pine Glade. HEX triplet: BC, CC and 77. RGB value is (188,204,119). Sum of RGB (Red+Green+Blue) = 188+204+119=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC77 is #433388. Grayscale: #BDBDBD. Windows color (decimal): -4404105 or 7851196. OLE color: 7851196.

HSL color Cylindrical-coordinate representation of color #BCCC77: hue angle of 71.29º degrees, saturation: 0.45, 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 #BCCC77 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 119 -
CMYK 0.08 0 0.42 0.2
HSL 71.29º 0.45% 0.63% -
HSV(B) 71.29º 0.42% 0.8% -
XYZ 45.66 55.21 25.7 -
YUV 189.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 188 204 119 0.08 0 0.42 0.2 71.29 0.45 0.63
Hex BC CC 77 8 0 2A 14 47 2D 3F
Octal 274 314 167 10 0 52 24 107 55 77
Binary 10111100 11001100 1110111 1000 0 101010 10100 1000111 101101 111111

Color Harmonies of #BCCC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC77

Black with #BCCC77

Text Example


Text Example

White with #BCCC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC77; }

 p { color: rgb(188,204,119); }

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

background-color css

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

 a { background-color: rgb(188,204,119); }

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

border-color css

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

 span { border-color: rgb(188,204,119); }

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