Html Css Color HEX #BCCB80 Pine Glade

📋 copy color: '#BCCB80'

red 188 ◦ green 203 ◦ blue 128

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

Shades of Pine Glade #BCCB80

Tints of Pine Glade #BCCB80

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.11%

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

R = 36.22%
G = 39.11%
B = 24.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#BCCB80 (or 0xBCCB80) is known color: Pine Glade. HEX triplet: BC, CB and 80. RGB value is (188,203,128). Sum of RGB (Red+Green+Blue) = 188+203+128=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB80 is #43347F. Grayscale: #BEBEBE. Windows color (decimal): -4404352 or 8440764. OLE color: 8440764.

HSL color Cylindrical-coordinate representation of color #BCCB80: hue angle of 72º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCCB80 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 128 -
CMYK 0.07 0 0.37 0.20
HSL 72º 0.42% 0.65% -
HSV(B) 72º 0.37% 0.8% -
XYZ 45.99 54.96 28.61 -
YUV 189.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 188 203 128 0.07 0 0.37 0.20 72 0.42 0.65
Hex BC CB 80 7 0 25 14 48 2A 41
Octal 274 313 200 7 0 45 24 110 52 101
Binary 10111100 11001011 10000000 111 0 100101 10100 1001000 101010 1000001

Color Harmonies of #BCCB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB80

Black with #BCCB80

Text Example


Text Example

White with #BCCB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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