Html Css Color HEX #BDC386 Pine Glade

📋 copy color: '#BDC386'

red 189 ◦ green 195 ◦ blue 134

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

Shades of Pine Glade #BDC386

Tints of Pine Glade #BDC386

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

 BLUE value IS 134 (52.73% from 255) = 25.87%

R = 36.49%
G = 37.64%
B = 25.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#BDC386 (or 0xBDC386) is known color: Pine Glade. HEX triplet: BD, C3 and 86. RGB value is (189,195,134). Sum of RGB (Red+Green+Blue) = 189+195+134=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC386 is #423C79. Grayscale: #BABABA. Windows color (decimal): -4340858 or 8831933. OLE color: 8831933.

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

Color convert

RGB 189 195 134 -
CMYK 0.03 0 0.31 0.24
HSL 65.9º 0.34% 0.65% -
HSV(B) 65.9º 0.31% 0.76% -
XYZ 44.8 51.57 30.15 -
YUV 186.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 189 195 134 0.03 0 0.31 0.24 65.9 0.34 0.65
Hex BD C3 86 3 0 1F 18 42 22 41
Octal 275 303 206 3 0 37 30 102 42 101
Binary 10111101 11000011 10000110 11 0 11111 11000 1000010 100010 1000001

Color Harmonies of #BDC386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC386

Black with #BDC386

Text Example


Text Example

White with #BDC386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC386; }

 p { color: rgb(189,195,134); }

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

background-color css

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

 a { background-color: rgb(189,195,134); }

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

border-color css

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

 span { border-color: rgb(189,195,134); }

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