Html Css Color HEX #BDC59C Green Mist

📋 copy color: '#BDC59C'

red 189 ◦ green 197 ◦ blue 156

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

Shades of Green Mist #BDC59C

Tints of Green Mist #BDC59C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 156 (61.33% from 255) = 28.78%

R = 34.87%
G = 36.35%
B = 28.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#BDC59C (or 0xBDC59C) is known color: Green Mist. HEX triplet: BD, C5 and 9C. RGB value is (189,197,156). Sum of RGB (Red+Green+Blue) = 189+197+156=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC59C is #423A63. Grayscale: #BEBEBE. Windows color (decimal): -4340324 or 10274237. OLE color: 10274237.

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

Color convert

RGB 189 197 156 -
CMYK 0.04 0 0.21 0.23
HSL 71.71º 0.26% 0.69% -
HSV(B) 71.71º 0.21% 0.77% -
XYZ 46.95 53.15 39.24 -
YUV 189.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 189 197 156 0.04 0 0.21 0.23 71.71 0.26 0.69
Hex BD C5 9C 4 0 15 17 48 1A 45
Octal 275 305 234 4 0 25 27 110 32 105
Binary 10111101 11000101 10011100 100 0 10101 10111 1001000 11010 1000101

Color Harmonies of #BDC59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC59C

Black with #BDC59C

Text Example


Text Example

White with #BDC59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC59C; }

 p { color: rgb(189,197,156); }

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

background-color css

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

 a { background-color: rgb(189,197,156); }

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

border-color css

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

 span { border-color: rgb(189,197,156); }

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