Html Css Color HEX #BDC389 Pine Glade

📋 copy color: '#BDC389'

red 189 ◦ green 195 ◦ blue 137

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

Shades of Pine Glade #BDC389

Tints of Pine Glade #BDC389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.3%

R = 36.28%
G = 37.43%
B = 26.3%

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

#BDC389 (or 0xBDC389) is known color: Pine Glade. HEX triplet: BD, C3 and 89. RGB value is (189,195,137). Sum of RGB (Red+Green+Blue) = 189+195+137=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC389 is #423C76. Grayscale: #BABABA. Windows color (decimal): -4340855 or 9028541. OLE color: 9028541.

HSL color Cylindrical-coordinate representation of color #BDC389: hue angle of 66.21º degrees, saturation: 0.33, 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 #BDC389 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 137 -
CMYK 0.03 0 0.30 0.24
HSL 66.21º 0.33% 0.65% -
HSV(B) 66.21º 0.3% 0.76% -
XYZ 45.02 51.66 31.26 -
YUV 186.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 189 195 137 0.03 0 0.30 0.24 66.21 0.33 0.65
Hex BD C3 89 3 0 1E 18 42 21 41
Octal 275 303 211 3 0 36 30 102 41 101
Binary 10111101 11000011 10001001 11 0 11110 11000 1000010 100001 1000001

Color Harmonies of #BDC389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC389

Black with #BDC389

Text Example


Text Example

White with #BDC389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC389; }

 p { color: rgb(189,195,137); }

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

background-color css

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

 a { background-color: rgb(189,195,137); }

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

border-color css

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

 span { border-color: rgb(189,195,137); }

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