Html Css Color HEX #BDC485 Pine Glade

📋 copy color: '#BDC485'

red 189 ◦ green 196 ◦ blue 133

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

Shades of Pine Glade #BDC485

Tints of Pine Glade #BDC485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.84%

 BLUE value IS 133 (52.34% from 255) = 25.68%

R = 36.49%
G = 37.84%
B = 25.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#BDC485 (or 0xBDC485) is known color: Pine Glade. HEX triplet: BD, C4 and 85. RGB value is (189,196,133). Sum of RGB (Red+Green+Blue) = 189+196+133=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC485 is #423B7A. Grayscale: #BABABA. Windows color (decimal): -4340603 or 8766653. OLE color: 8766653.

HSL color Cylindrical-coordinate representation of color #BDC485: hue angle of 66.67º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDC485 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 133 -
CMYK 0.04 0 0.32 0.23
HSL 66.67º 0.35% 0.65% -
HSV(B) 66.67º 0.32% 0.77% -
XYZ 44.96 51.99 29.86 -
YUV 186.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 189 196 133 0.04 0 0.32 0.23 66.67 0.35 0.65
Hex BD C4 85 4 0 20 17 43 23 41
Octal 275 304 205 4 0 40 27 103 43 101
Binary 10111101 11000100 10000101 100 0 100000 10111 1000011 100011 1000001

Color Harmonies of #BDC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC485

Black with #BDC485

Text Example


Text Example

White with #BDC485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC485; }

 p { color: rgb(189,196,133); }

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

background-color css

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

 a { background-color: rgb(189,196,133); }

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

border-color css

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

 span { border-color: rgb(189,196,133); }

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