Html Css Color HEX #BCCB81 Pine Glade

📋 copy color: '#BCCB81'

red 188 ◦ green 203 ◦ blue 129

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

Shades of Pine Glade #BCCB81

Tints of Pine Glade #BCCB81

RGB

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

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

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

R = 36.15%
G = 39.04%
B = 24.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#BCCB81 (or 0xBCCB81) is known color: Pine Glade. HEX triplet: BC, CB and 81. RGB value is (188,203,129). Sum of RGB (Red+Green+Blue) = 188+203+129=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB81 is #43347E. Grayscale: #BEBEBE. Windows color (decimal): -4404351 or 8506300. OLE color: 8506300.

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

Color convert

RGB 188 203 129 -
CMYK 0.07 0 0.36 0.20
HSL 72.16º 0.42% 0.65% -
HSV(B) 72.16º 0.36% 0.8% -
XYZ 46.06 54.99 28.96 -
YUV 190.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 188 203 129 0.07 0 0.36 0.20 72.16 0.42 0.65
Hex BC CB 81 7 0 24 14 48 2A 41
Octal 274 313 201 7 0 44 24 110 52 101
Binary 10111100 11001011 10000001 111 0 100100 10100 1001000 101010 1000001

Color Harmonies of #BCCB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB81

Black with #BCCB81

Text Example


Text Example

White with #BCCB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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