Html Css Color HEX #BDC094 Green Mist

📋 copy color: '#BDC094'

red 189 ◦ green 192 ◦ blue 148

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

Shades of Green Mist #BDC094

Tints of Green Mist #BDC094

RGB

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

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

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

R = 35.73%
G = 36.29%
B = 27.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BDC094 (or 0xBDC094) is known color: Green Mist. HEX triplet: BD, C0 and 94. RGB value is (189,192,148). Sum of RGB (Red+Green+Blue) = 189+192+148=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC094 is #423F6B. Grayscale: #BABABA. Windows color (decimal): -4341612 or 9748669. OLE color: 9748669.

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

Color convert

RGB 189 192 148 -
CMYK 0.02 0 0.23 0.25
HSL 64.09º 0.26% 0.67% -
HSV(B) 64.09º 0.23% 0.75% -
XYZ 45.18 50.66 35.41 -
YUV 186.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 189 192 148 0.02 0 0.23 0.25 64.09 0.26 0.67
Hex BD C0 94 2 0 17 19 40 1A 43
Octal 275 300 224 2 0 27 31 100 32 103
Binary 10111101 11000000 10010100 10 0 10111 11001 1000000 11010 1000011

Color Harmonies of #BDC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC094

Black with #BDC094

Text Example


Text Example

White with #BDC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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