Html Css Color HEX #BCC281 Pine Glade

📋 copy color: '#BCC281'

red 188 ◦ green 194 ◦ blue 129

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

Shades of Pine Glade #BCC281

Tints of Pine Glade #BCC281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.24%

R = 36.79%
G = 37.96%
B = 25.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#BCC281 (or 0xBCC281) is known color: Pine Glade. HEX triplet: BC, C2 and 81. RGB value is (188,194,129). Sum of RGB (Red+Green+Blue) = 188+194+129=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC281 is #433D7E. Grayscale: #B9B9B9. Windows color (decimal): -4406655 or 8503996. OLE color: 8503996.

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

Color convert

RGB 188 194 129 -
CMYK 0.03 0 0.34 0.24
HSL 65.54º 0.35% 0.63% -
HSV(B) 65.54º 0.34% 0.76% -
XYZ 43.99 50.86 28.27 -
YUV 184.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 188 194 129 0.03 0 0.34 0.24 65.54 0.35 0.63
Hex BC C2 81 3 0 22 18 42 23 3F
Octal 274 302 201 3 0 42 30 102 43 77
Binary 10111100 11000010 10000001 11 0 100010 11000 1000010 100011 111111

Color Harmonies of #BCC281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC281

Black with #BCC281

Text Example


Text Example

White with #BCC281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC281; }

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

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

background-color css

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

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

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

border-color css

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

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

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