Html Css Color HEX #BCC17D Pine Glade

📋 copy color: '#BCC17D'

red 188 ◦ green 193 ◦ blue 125

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

Shades of Pine Glade #BCC17D

Tints of Pine Glade #BCC17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.14%

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

R = 37.15%
G = 38.14%
B = 24.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#BCC17D (or 0xBCC17D) is known color: Pine Glade. HEX triplet: BC, C1 and 7D. RGB value is (188,193,125). Sum of RGB (Red+Green+Blue) = 188+193+125=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC17D is #433E82. Grayscale: #B8B8B8. Windows color (decimal): -4406915 or 8241596. OLE color: 8241596.

HSL color Cylindrical-coordinate representation of color #BCC17D: hue angle of 64.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCC17D is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 125 -
CMYK 0.03 0 0.35 0.24
HSL 64.41º 0.35% 0.62% -
HSV(B) 64.41º 0.35% 0.76% -
XYZ 43.51 50.31 26.82 -
YUV 183.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 188 193 125 0.03 0 0.35 0.24 64.41 0.35 0.62
Hex BC C1 7D 3 0 23 18 40 23 3E
Octal 274 301 175 3 0 43 30 100 43 76
Binary 10111100 11000001 1111101 11 0 100011 11000 1000000 100011 111110

Color Harmonies of #BCC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC17D

Black with #BCC17D

Text Example


Text Example

White with #BCC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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