Html Css Color HEX #BCCC7F Pine Glade

📋 copy color: '#BCCC7F'

red 188 ◦ green 204 ◦ blue 127

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

Shades of Pine Glade #BCCC7F

Tints of Pine Glade #BCCC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.47%

R = 36.22%
G = 39.31%
B = 24.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#BCCC7F (or 0xBCCC7F) is known color: Pine Glade. HEX triplet: BC, CC and 7F. RGB value is (188,204,127). Sum of RGB (Red+Green+Blue) = 188+204+127=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC7F is #433380. Grayscale: #BEBEBE. Windows color (decimal): -4404097 or 8375484. OLE color: 8375484.

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

Color convert

RGB 188 204 127 -
CMYK 0.08 0 0.38 0.2
HSL 72.47º 0.43% 0.65% -
HSV(B) 72.47º 0.38% 0.8% -
XYZ 46.16 55.41 28.34 -
YUV 190.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 188 204 127 0.08 0 0.38 0.2 72.47 0.43 0.65
Hex BC CC 7F 8 0 26 14 48 2B 41
Octal 274 314 177 10 0 46 24 110 53 101
Binary 10111100 11001100 1111111 1000 0 100110 10100 1001000 101011 1000001

Color Harmonies of #BCCC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC7F

Black with #BCCC7F

Text Example


Text Example

White with #BCCC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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