Html Css Color HEX #BDC288 Pine Glade

📋 copy color: '#BDC288'

red 189 ◦ green 194 ◦ blue 136

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

Shades of Pine Glade #BDC288

Tints of Pine Glade #BDC288

RGB

 RED value IS 189 (74.22% from 255) = 36.42%

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

 BLUE value IS 136 (53.52% from 255) = 26.2%

R = 36.42%
G = 37.38%
B = 26.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BDC288 (or 0xBDC288) is known color: Pine Glade. HEX triplet: BD, C2 and 88. RGB value is (189,194,136). Sum of RGB (Red+Green+Blue) = 189+194+136=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC288 is #423D77. Grayscale: #BABABA. Windows color (decimal): -4341112 or 8962749. OLE color: 8962749.

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

Color convert

RGB 189 194 136 -
CMYK 0.03 0 0.30 0.24
HSL 65.17º 0.32% 0.65% -
HSV(B) 65.17º 0.3% 0.76% -
XYZ 44.72 51.18 30.81 -
YUV 185.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 189 194 136 0.03 0 0.30 0.24 65.17 0.32 0.65
Hex BD C2 88 3 0 1E 18 41 20 41
Octal 275 302 210 3 0 36 30 101 40 101
Binary 10111101 11000010 10001000 11 0 11110 11000 1000001 100000 1000001

Color Harmonies of #BDC288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC288

Black with #BDC288

Text Example


Text Example

White with #BDC288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC288; }

 p { color: rgb(189,194,136); }

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

background-color css

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

 a { background-color: rgb(189,194,136); }

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

border-color css

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

 span { border-color: rgb(189,194,136); }

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