Html Css Color HEX #BCC380 Pine Glade

📋 copy color: '#BCC380'

red 188 ◦ green 195 ◦ blue 128

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

Shades of Pine Glade #BCC380

Tints of Pine Glade #BCC380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.05%

R = 36.79%
G = 38.16%
B = 25.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#BCC380 (or 0xBCC380) is known color: Pine Glade. HEX triplet: BC, C3 and 80. RGB value is (188,195,128). Sum of RGB (Red+Green+Blue) = 188+195+128=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC380 is #433C7F. Grayscale: #B9B9B9. Windows color (decimal): -4406400 or 8438716. OLE color: 8438716.

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

Color convert

RGB 188 195 128 -
CMYK 0.04 0 0.34 0.24
HSL 66.27º 0.36% 0.63% -
HSV(B) 66.27º 0.34% 0.76% -
XYZ 44.15 51.28 27.99 -
YUV 185.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 188 195 128 0.04 0 0.34 0.24 66.27 0.36 0.63
Hex BC C3 80 4 0 22 18 42 24 3F
Octal 274 303 200 4 0 42 30 102 44 77
Binary 10111100 11000011 10000000 100 0 100010 11000 1000010 100100 111111

Color Harmonies of #BCC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC380

Black with #BCC380

Text Example


Text Example

White with #BCC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC380; }

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

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

background-color css

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

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

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

border-color css

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

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

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