Html Css Color HEX #BCC289 Pine Glade

📋 copy color: '#BCC289'

red 188 ◦ green 194 ◦ blue 137

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

Shades of Pine Glade #BCC289

Tints of Pine Glade #BCC289

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.38%

 BLUE value IS 137 (53.91% from 255) = 26.4%

R = 36.22%
G = 37.38%
B = 26.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BCC289 (or 0xBCC289) is known color: Pine Glade. HEX triplet: BC, C2 and 89. RGB value is (188,194,137). Sum of RGB (Red+Green+Blue) = 188+194+137=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC289 is #433D76. Grayscale: #B9B9B9. Windows color (decimal): -4406647 or 9028284. OLE color: 9028284.

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

Color convert

RGB 188 194 137 -
CMYK 0.03 0 0.29 0.24
HSL 66.32º 0.32% 0.65% -
HSV(B) 66.32º 0.29% 0.76% -
XYZ 44.55 51.08 31.18 -
YUV 185.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 188 194 137 0.03 0 0.29 0.24 66.32 0.32 0.65
Hex BC C2 89 3 0 1D 18 42 20 41
Octal 274 302 211 3 0 35 30 102 40 101
Binary 10111100 11000010 10001001 11 0 11101 11000 1000010 100000 1000001

Color Harmonies of #BCC289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC289

Black with #BCC289

Text Example


Text Example

White with #BCC289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC289; }

 p { color: rgb(188,194,137); }

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

background-color css

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

 a { background-color: rgb(188,194,137); }

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

border-color css

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

 span { border-color: rgb(188,194,137); }

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