Html Css Color HEX #BCC47D Pine Glade

📋 copy color: '#BCC47D'

red 188 ◦ green 196 ◦ blue 125

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

Shades of Pine Glade #BCC47D

Tints of Pine Glade #BCC47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.51%

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

R = 36.94%
G = 38.51%
B = 24.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#BCC47D (or 0xBCC47D) is known color: Pine Glade. HEX triplet: BC, C4 and 7D. RGB value is (188,196,125). Sum of RGB (Red+Green+Blue) = 188+196+125=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC47D is #433B82. Grayscale: #B9B9B9. Windows color (decimal): -4406147 or 8242364. OLE color: 8242364.

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

Color convert

RGB 188 196 125 -
CMYK 0.04 0 0.36 0.23
HSL 66.76º 0.38% 0.63% -
HSV(B) 66.76º 0.36% 0.77% -
XYZ 44.18 51.65 27.04 -
YUV 185.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 188 196 125 0.04 0 0.36 0.23 66.76 0.38 0.63
Hex BC C4 7D 4 0 24 17 43 26 3F
Octal 274 304 175 4 0 44 27 103 46 77
Binary 10111100 11000100 1111101 100 0 100100 10111 1000011 100110 111111

Color Harmonies of #BCC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC47D

Black with #BCC47D

Text Example


Text Example

White with #BCC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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