Html Css Color HEX #BCC37C Pine Glade

📋 copy color: '#BCC37C'

red 188 ◦ green 195 ◦ blue 124

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

Shades of Pine Glade #BCC37C

Tints of Pine Glade #BCC37C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.46%

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

R = 37.08%
G = 38.46%
B = 24.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#BCC37C (or 0xBCC37C) is known color: Pine Glade. HEX triplet: BC, C3 and 7C. RGB value is (188,195,124). Sum of RGB (Red+Green+Blue) = 188+195+124=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC37C is #433C83. Grayscale: #B9B9B9. Windows color (decimal): -4406404 or 8176572. OLE color: 8176572.

HSL color Cylindrical-coordinate representation of color #BCC37C: hue angle of 65.92º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCC37C is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 124 -
CMYK 0.04 0 0.36 0.24
HSL 65.92º 0.37% 0.63% -
HSV(B) 65.92º 0.36% 0.76% -
XYZ 43.89 51.18 26.63 -
YUV 184.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 188 195 124 0.04 0 0.36 0.24 65.92 0.37 0.63
Hex BC C3 7C 4 0 24 18 42 25 3F
Octal 274 303 174 4 0 44 30 102 45 77
Binary 10111100 11000011 1111100 100 0 100100 11000 1000010 100101 111111

Color Harmonies of #BCC37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC37C

Black with #BCC37C

Text Example


Text Example

White with #BCC37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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