Html Css Color HEX #BDC180 Pine Glade

📋 copy color: '#BDC180'

red 189 ◦ green 193 ◦ blue 128

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

Shades of Pine Glade #BDC180

Tints of Pine Glade #BDC180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.84%

 BLUE value IS 128 (50.39% from 255) = 25.1%

R = 37.06%
G = 37.84%
B = 25.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#BDC180 (or 0xBDC180) is known color: Pine Glade. HEX triplet: BD, C1 and 80. RGB value is (189,193,128). Sum of RGB (Red+Green+Blue) = 189+193+128=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC180 is #423E7F. Grayscale: #B8B8B8. Windows color (decimal): -4341376 or 8438205. OLE color: 8438205.

HSL color Cylindrical-coordinate representation of color #BDC180: hue angle of 63.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDC180 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 128 -
CMYK 0.02 0 0.34 0.24
HSL 63.69º 0.34% 0.63% -
HSV(B) 63.69º 0.34% 0.76% -
XYZ 43.95 50.52 27.86 -
YUV 184.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 189 193 128 0.02 0 0.34 0.24 63.69 0.34 0.63
Hex BD C1 80 2 0 22 18 40 22 3F
Octal 275 301 200 2 0 42 30 100 42 77
Binary 10111101 11000001 10000000 10 0 100010 11000 1000000 100010 111111

Color Harmonies of #BDC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC180

Black with #BDC180

Text Example


Text Example

White with #BDC180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC180; }

 p { color: rgb(189,193,128); }

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

background-color css

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

 a { background-color: rgb(189,193,128); }

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

border-color css

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

 span { border-color: rgb(189,193,128); }

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