Html Css Color HEX #BDC090 Green Mist

📋 copy color: '#BDC090'

red 189 ◦ green 192 ◦ blue 144

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

Shades of Green Mist #BDC090

Tints of Green Mist #BDC090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.57%

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

R = 36%
G = 36.57%
B = 27.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BDC090 (or 0xBDC090) is known color: Green Mist. HEX triplet: BD, C0 and 90. RGB value is (189,192,144). Sum of RGB (Red+Green+Blue) = 189+192+144=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC090 is #423F6F. Grayscale: #B9B9B9. Windows color (decimal): -4341616 or 9486525. OLE color: 9486525.

HSL color Cylindrical-coordinate representation of color #BDC090: hue angle of 63.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC090 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 144 -
CMYK 0.02 0 0.25 0.25
HSL 63.75º 0.28% 0.66% -
HSV(B) 63.75º 0.25% 0.75% -
XYZ 44.87 50.53 33.77 -
YUV 185.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 189 192 144 0.02 0 0.25 0.25 63.75 0.28 0.66
Hex BD C0 90 2 0 19 19 40 1C 42
Octal 275 300 220 2 0 31 31 100 34 102
Binary 10111101 11000000 10010000 10 0 11001 11001 1000000 11100 1000010

Color Harmonies of #BDC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC090

Black with #BDC090

Text Example


Text Example

White with #BDC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC090; }

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

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

background-color css

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

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

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

border-color css

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

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

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