Html Css Color HEX #BCCC7D Pine Glade

📋 copy color: '#BCCC7D'

red 188 ◦ green 204 ◦ blue 125

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

Shades of Pine Glade #BCCC7D

Tints of Pine Glade #BCCC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.18%

R = 36.36%
G = 39.46%
B = 24.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#BCCC7D (or 0xBCCC7D) is known color: Pine Glade. HEX triplet: BC, CC and 7D. RGB value is (188,204,125). Sum of RGB (Red+Green+Blue) = 188+204+125=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC7D is #433382. Grayscale: #BEBEBE. Windows color (decimal): -4404099 or 8244412. OLE color: 8244412.

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

Color convert

RGB 188 204 125 -
CMYK 0.08 0 0.39 0.2
HSL 72.15º 0.44% 0.65% -
HSV(B) 72.15º 0.39% 0.8% -
XYZ 46.03 55.36 27.66 -
YUV 190.21 91.2 126.42 -
System Red Green Blue C M Y K H S L
Decimal 188 204 125 0.08 0 0.39 0.2 72.15 0.44 0.65
Hex BC CC 7D 8 0 27 14 48 2C 41
Octal 274 314 175 10 0 47 24 110 54 101
Binary 10111100 11001100 1111101 1000 0 100111 10100 1001000 101100 1000001

Color Harmonies of #BCCC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC7D

Black with #BCCC7D

Text Example


Text Example

White with #BCCC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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