Html Css Color HEX #BDC490 Green Mist

📋 copy color: '#BDC490'

red 189 ◦ green 196 ◦ blue 144

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

Shades of Green Mist #BDC490

Tints of Green Mist #BDC490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.05%

 BLUE value IS 144 (56.64% from 255) = 27.22%

R = 35.73%
G = 37.05%
B = 27.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#BDC490 (or 0xBDC490) is known color: Green Mist. HEX triplet: BD, C4 and 90. RGB value is (189,196,144). Sum of RGB (Red+Green+Blue) = 189+196+144=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC490 is #423B6F. Grayscale: #BCBCBC. Windows color (decimal): -4340592 or 9487549. OLE color: 9487549.

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

Color convert

RGB 189 196 144 -
CMYK 0.04 0 0.27 0.23
HSL 68.08º 0.31% 0.67% -
HSV(B) 68.08º 0.27% 0.77% -
XYZ 45.76 52.31 34.07 -
YUV 187.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 189 196 144 0.04 0 0.27 0.23 68.08 0.31 0.67
Hex BD C4 90 4 0 1B 17 44 1F 43
Octal 275 304 220 4 0 33 27 104 37 103
Binary 10111101 11000100 10010000 100 0 11011 10111 1000100 11111 1000011

Color Harmonies of #BDC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC490

Black with #BDC490

Text Example


Text Example

White with #BDC490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC490; }

 p { color: rgb(189,196,144); }

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

background-color css

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

 a { background-color: rgb(189,196,144); }

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

border-color css

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

 span { border-color: rgb(189,196,144); }

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