Html Css Color HEX #BCCD7C Pine Glade

📋 copy color: '#BCCD7C'

red 188 ◦ green 205 ◦ blue 124

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

Shades of Pine Glade #BCCD7C

Tints of Pine Glade #BCCD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.98%

R = 36.36%
G = 39.65%
B = 23.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#BCCD7C (or 0xBCCD7C) is known color: Pine Glade. HEX triplet: BC, CD and 7C. RGB value is (188,205,124). Sum of RGB (Red+Green+Blue) = 188+205+124=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD7C is #433283. Grayscale: #BEBEBE. Windows color (decimal): -4403844 or 8179132. OLE color: 8179132.

HSL color Cylindrical-coordinate representation of color #BCCD7C: hue angle of 72.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCCD7C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 124 -
CMYK 0.08 0 0.40 0.20
HSL 72.59º 0.45% 0.65% -
HSV(B) 72.59º 0.4% 0.8% -
XYZ 46.21 55.81 27.41 -
YUV 190.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 188 205 124 0.08 0 0.40 0.20 72.59 0.45 0.65
Hex BC CD 7C 8 0 28 14 49 2D 41
Octal 274 315 174 10 0 50 24 111 55 101
Binary 10111100 11001101 1111100 1000 0 101000 10100 1001001 101101 1000001

Color Harmonies of #BCCD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD7C

Black with #BCCD7C

Text Example


Text Example

White with #BCCD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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