Html Css Color HEX #BCC37D Pine Glade

📋 copy color: '#BCC37D'

red 188 ◦ green 195 ◦ blue 125

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

Shades of Pine Glade #BCC37D

Tints of Pine Glade #BCC37D

RGB

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

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

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

R = 37.01%
G = 38.39%
B = 24.61%

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

#BCC37D (or 0xBCC37D) is known color: Pine Glade. HEX triplet: BC, C3 and 7D. RGB value is (188,195,125). Sum of RGB (Red+Green+Blue) = 188+195+125=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC37D is #433C82. Grayscale: #B9B9B9. Windows color (decimal): -4406403 or 8242108. OLE color: 8242108.

HSL color Cylindrical-coordinate representation of color #BCC37D: hue angle of 66º 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 #BCC37D is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 125 -
CMYK 0.04 0 0.36 0.24
HSL 66º 0.37% 0.63% -
HSV(B) 66º 0.36% 0.76% -
XYZ 43.96 51.2 26.97 -
YUV 184.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 188 195 125 0.04 0 0.36 0.24 66 0.37 0.63
Hex BC C3 7D 4 0 24 18 42 25 3F
Octal 274 303 175 4 0 44 30 102 45 77
Binary 10111100 11000011 1111101 100 0 100100 11000 1000010 100101 111111

Color Harmonies of #BCC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC37D

Black with #BCC37D

Text Example


Text Example

White with #BCC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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