Html Css Color HEX #BDC982 Pine Glade

📋 copy color: '#BDC982'

red 189 ◦ green 201 ◦ blue 130

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

Shades of Pine Glade #BDC982

Tints of Pine Glade #BDC982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25%

R = 36.35%
G = 38.65%
B = 25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#BDC982 (or 0xBDC982) is known color: Pine Glade. HEX triplet: BD, C9 and 82. RGB value is (189,201,130). Sum of RGB (Red+Green+Blue) = 189+201+130=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC982 is #42367D. Grayscale: #BDBDBD. Windows color (decimal): -4339326 or 8571325. OLE color: 8571325.

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

Color convert

RGB 189 201 130 -
CMYK 0.06 0 0.35 0.21
HSL 70.14º 0.4% 0.65% -
HSV(B) 70.14º 0.35% 0.79% -
XYZ 45.9 54.2 29.16 -
YUV 189.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 189 201 130 0.06 0 0.35 0.21 70.14 0.4 0.65
Hex BD C9 82 6 0 23 15 46 28 41
Octal 275 311 202 6 0 43 25 106 50 101
Binary 10111101 11001001 10000010 110 0 100011 10101 1000110 101000 1000001

Color Harmonies of #BDC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC982

Black with #BDC982

Text Example


Text Example

White with #BDC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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