Html Css Color HEX #BDC981 Pine Glade

📋 copy color: '#BDC981'

red 189 ◦ green 201 ◦ blue 129

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

Shades of Pine Glade #BDC981

Tints of Pine Glade #BDC981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.86%

R = 36.42%
G = 38.73%
B = 24.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#BDC981 (or 0xBDC981) is known color: Pine Glade. HEX triplet: BD, C9 and 81. RGB value is (189,201,129). Sum of RGB (Red+Green+Blue) = 189+201+129=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC981 is #42367E. Grayscale: #BDBDBD. Windows color (decimal): -4339327 or 8505789. OLE color: 8505789.

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

Color convert

RGB 189 201 129 -
CMYK 0.06 0 0.36 0.21
HSL 70º 0.4% 0.65% -
HSV(B) 70º 0.36% 0.79% -
XYZ 45.84 54.18 28.81 -
YUV 189.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 189 201 129 0.06 0 0.36 0.21 70 0.4 0.65
Hex BD C9 81 6 0 24 15 46 28 41
Octal 275 311 201 6 0 44 25 106 50 101
Binary 10111101 11001001 10000001 110 0 100100 10101 1000110 101000 1000001

Color Harmonies of #BDC981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC981

Black with #BDC981

Text Example


Text Example

White with #BDC981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC981; }

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

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

background-color css

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

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

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

border-color css

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

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

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