Html Css Color HEX #BDC883 Pine Glade

📋 copy color: '#BDC883'

red 189 ◦ green 200 ◦ blue 131

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

Shades of Pine Glade #BDC883

Tints of Pine Glade #BDC883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

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

R = 36.35%
G = 38.46%
B = 25.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#BDC883 (or 0xBDC883) is known color: Pine Glade. HEX triplet: BD, C8 and 83. RGB value is (189,200,131). Sum of RGB (Red+Green+Blue) = 189+200+131=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC883 is #42377C. Grayscale: #BDBDBD. Windows color (decimal): -4339581 or 8636605. OLE color: 8636605.

HSL color Cylindrical-coordinate representation of color #BDC883: hue angle of 69.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDC883 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 131 -
CMYK 0.06 0 0.34 0.22
HSL 69.57º 0.39% 0.65% -
HSV(B) 69.57º 0.35% 0.78% -
XYZ 45.74 53.77 29.44 -
YUV 188.85 95.36 128.11 -
System Red Green Blue C M Y K H S L
Decimal 189 200 131 0.06 0 0.34 0.22 69.57 0.39 0.65
Hex BD C8 83 6 0 22 16 46 27 41
Octal 275 310 203 6 0 42 26 106 47 101
Binary 10111101 11001000 10000011 110 0 100010 10110 1000110 100111 1000001

Color Harmonies of #BDC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC883

Black with #BDC883

Text Example


Text Example

White with #BDC883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC883; }

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

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

background-color css

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

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

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

border-color css

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

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

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