Html Css Color HEX #BDC983 Pine Glade

📋 copy color: '#BDC983'

red 189 ◦ green 201 ◦ blue 131

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

Shades of Pine Glade #BDC983

Tints of Pine Glade #BDC983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.14%

R = 36.28%
G = 38.58%
B = 25.14%

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

#BDC983 (or 0xBDC983) is known color: Pine Glade. HEX triplet: BD, C9 and 83. RGB value is (189,201,131). Sum of RGB (Red+Green+Blue) = 189+201+131=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC983 is #42367C. Grayscale: #BDBDBD. Windows color (decimal): -4339325 or 8636861. OLE color: 8636861.

HSL color Cylindrical-coordinate representation of color #BDC983: hue angle of 70.29º degrees, saturation: 0.39, 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 #BDC983 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 131 -
CMYK 0.06 0 0.35 0.21
HSL 70.29º 0.39% 0.65% -
HSV(B) 70.29º 0.35% 0.79% -
XYZ 45.97 54.23 29.52 -
YUV 189.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 189 201 131 0.06 0 0.35 0.21 70.29 0.39 0.65
Hex BD C9 83 6 0 23 15 46 27 41
Octal 275 311 203 6 0 43 25 106 47 101
Binary 10111101 11001001 10000011 110 0 100011 10101 1000110 100111 1000001

Color Harmonies of #BDC983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC983

Black with #BDC983

Text Example


Text Example

White with #BDC983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC983; }

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

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

background-color css

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

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

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

border-color css

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

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

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