Html Css Color HEX #BDC694 Green Mist

📋 copy color: '#BDC694'

red 189 ◦ green 198 ◦ blue 148

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

Shades of Green Mist #BDC694

Tints of Green Mist #BDC694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.66%

R = 35.33%
G = 37.01%
B = 27.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#BDC694 (or 0xBDC694) is known color: Green Mist. HEX triplet: BD, C6 and 94. RGB value is (189,198,148). Sum of RGB (Red+Green+Blue) = 189+198+148=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC694 is #42396B. Grayscale: #BDBDBD. Windows color (decimal): -4340076 or 9750205. OLE color: 9750205.

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

Color convert

RGB 189 198 148 -
CMYK 0.05 0 0.25 0.22
HSL 70.8º 0.3% 0.68% -
HSV(B) 70.8º 0.25% 0.78% -
XYZ 46.53 53.35 35.86 -
YUV 189.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 189 198 148 0.05 0 0.25 0.22 70.8 0.3 0.68
Hex BD C6 94 5 0 19 16 47 1E 44
Octal 275 306 224 5 0 31 26 107 36 104
Binary 10111101 11000110 10010100 101 0 11001 10110 1000111 11110 1000100

Color Harmonies of #BDC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC694

Black with #BDC694

Text Example


Text Example

White with #BDC694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC694; }

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

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

background-color css

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

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

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

border-color css

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

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

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