Html Css Color HEX #BDC989 Pine Glade

📋 copy color: '#BDC989'

red 189 ◦ green 201 ◦ blue 137

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

Shades of Pine Glade #BDC989

Tints of Pine Glade #BDC989

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

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

R = 35.86%
G = 38.14%
B = 26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#BDC989 (or 0xBDC989) is known color: Pine Glade. HEX triplet: BD, C9 and 89. RGB value is (189,201,137). Sum of RGB (Red+Green+Blue) = 189+201+137=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC989 is #423676. Grayscale: #BEBEBE. Windows color (decimal): -4339319 or 9030077. OLE color: 9030077.

HSL color Cylindrical-coordinate representation of color #BDC989: hue angle of 71.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDC989 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 137 -
CMYK 0.06 0 0.32 0.21
HSL 71.25º 0.37% 0.66% -
HSV(B) 71.25º 0.32% 0.79% -
XYZ 46.39 54.4 31.72 -
YUV 190.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 189 201 137 0.06 0 0.32 0.21 71.25 0.37 0.66
Hex BD C9 89 6 0 20 15 47 25 42
Octal 275 311 211 6 0 40 25 107 45 102
Binary 10111101 11001001 10001001 110 0 100000 10101 1000111 100101 1000010

Color Harmonies of #BDC989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC989

Black with #BDC989

Text Example


Text Example

White with #BDC989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC989; }

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

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

background-color css

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

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

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

border-color css

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

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

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