Html Css Color HEX #BDC289 Pine Glade

📋 copy color: '#BDC289'

red 189 ◦ green 194 ◦ blue 137

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

Shades of Pine Glade #BDC289

Tints of Pine Glade #BDC289

RGB

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

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

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

R = 36.35%
G = 37.31%
B = 26.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BDC289 (or 0xBDC289) is known color: Pine Glade. HEX triplet: BD, C2 and 89. RGB value is (189,194,137). Sum of RGB (Red+Green+Blue) = 189+194+137=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC289 is #423D76. Grayscale: #BABABA. Windows color (decimal): -4341111 or 9028285. OLE color: 9028285.

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

Color convert

RGB 189 194 137 -
CMYK 0.03 0 0.29 0.24
HSL 65.26º 0.32% 0.65% -
HSV(B) 65.26º 0.29% 0.76% -
XYZ 44.79 51.21 31.19 -
YUV 186.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 189 194 137 0.03 0 0.29 0.24 65.26 0.32 0.65
Hex BD C2 89 3 0 1D 18 41 20 41
Octal 275 302 211 3 0 35 30 101 40 101
Binary 10111101 11000010 10001001 11 0 11101 11000 1000001 100000 1000001

Color Harmonies of #BDC289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC289

Black with #BDC289

Text Example


Text Example

White with #BDC289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC289; }

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

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

background-color css

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

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

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

border-color css

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

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

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