Html Css Color HEX #BDC189 Pine Glade

📋 copy color: '#BDC189'

red 189 ◦ green 193 ◦ blue 137

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

Shades of Pine Glade #BDC189

Tints of Pine Glade #BDC189

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.19%

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

R = 36.42%
G = 37.19%
B = 26.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BDC189 (or 0xBDC189) is known color: Pine Glade. HEX triplet: BD, C1 and 89. RGB value is (189,193,137). Sum of RGB (Red+Green+Blue) = 189+193+137=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC189 is #423E76. Grayscale: #B9B9B9. Windows color (decimal): -4341367 or 9028029. OLE color: 9028029.

HSL color Cylindrical-coordinate representation of color #BDC189: hue angle of 64.29º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC189 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 137 -
CMYK 0.02 0 0.29 0.24
HSL 64.29º 0.31% 0.65% -
HSV(B) 64.29º 0.29% 0.76% -
XYZ 44.57 50.76 31.12 -
YUV 185.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 189 193 137 0.02 0 0.29 0.24 64.29 0.31 0.65
Hex BD C1 89 2 0 1D 18 40 1F 41
Octal 275 301 211 2 0 35 30 100 37 101
Binary 10111101 11000001 10001001 10 0 11101 11000 1000000 11111 1000001

Color Harmonies of #BDC189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC189

Black with #BDC189

Text Example


Text Example

White with #BDC189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC189; }

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

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

background-color css

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

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

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

border-color css

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

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

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