Html Css Color HEX #BDC293 Green Mist

📋 copy color: '#BDC293'

red 189 ◦ green 194 ◦ blue 147

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

Shades of Green Mist #BDC293

Tints of Green Mist #BDC293

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.6%

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

R = 35.66%
G = 36.6%
B = 27.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#BDC293 (or 0xBDC293) is known color: Green Mist. HEX triplet: BD, C2 and 93. RGB value is (189,194,147). Sum of RGB (Red+Green+Blue) = 189+194+147=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC293 is #423D6C. Grayscale: #BBBBBB. Windows color (decimal): -4341101 or 9683645. OLE color: 9683645.

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

Color convert

RGB 189 194 147 -
CMYK 0.03 0 0.24 0.24
HSL 66.38º 0.28% 0.67% -
HSV(B) 66.38º 0.24% 0.76% -
XYZ 45.54 51.51 35.15 -
YUV 187.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 189 194 147 0.03 0 0.24 0.24 66.38 0.28 0.67
Hex BD C2 93 3 0 18 18 42 1C 43
Octal 275 302 223 3 0 30 30 102 34 103
Binary 10111101 11000010 10010011 11 0 11000 11000 1000010 11100 1000011

Color Harmonies of #BDC293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC293

Black with #BDC293

Text Example


Text Example

White with #BDC293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC293; }

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

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

background-color css

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

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

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

border-color css

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

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

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