Html Css Color HEX #BDC693 Green Mist

📋 copy color: '#BDC693'

red 189 ◦ green 198 ◦ blue 147

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

Shades of Green Mist #BDC693

Tints of Green Mist #BDC693

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.08%

 BLUE value IS 147 (57.81% from 255) = 27.53%

R = 35.39%
G = 37.08%
B = 27.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#BDC693 (or 0xBDC693) is known color: Green Mist. HEX triplet: BD, C6 and 93. RGB value is (189,198,147). Sum of RGB (Red+Green+Blue) = 189+198+147=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC693 is #42396C. Grayscale: #BDBDBD. Windows color (decimal): -4340077 or 9684669. OLE color: 9684669.

HSL color Cylindrical-coordinate representation of color #BDC693: hue angle of 70.59º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC693 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 147 -
CMYK 0.05 0 0.26 0.22
HSL 70.59º 0.31% 0.68% -
HSV(B) 70.59º 0.26% 0.78% -
XYZ 46.45 53.31 35.45 -
YUV 189.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 189 198 147 0.05 0 0.26 0.22 70.59 0.31 0.68
Hex BD C6 93 5 0 1A 16 47 1F 44
Octal 275 306 223 5 0 32 26 107 37 104
Binary 10111101 11000110 10010011 101 0 11010 10110 1000111 11111 1000100

Color Harmonies of #BDC693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC693

Black with #BDC693

Text Example


Text Example

White with #BDC693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC693; }

 p { color: rgb(189,198,147); }

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

background-color css

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

 a { background-color: rgb(189,198,147); }

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

border-color css

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

 span { border-color: rgb(189,198,147); }

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