Html Css Color HEX #BDC598 Green Mist

📋 copy color: '#BDC598'

red 189 ◦ green 197 ◦ blue 152

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

Shades of Green Mist #BDC598

Tints of Green Mist #BDC598

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.62%

 BLUE value IS 152 (59.77% from 255) = 28.25%

R = 35.13%
G = 36.62%
B = 28.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#BDC598 (or 0xBDC598) is known color: Green Mist. HEX triplet: BD, C5 and 98. RGB value is (189,197,152). Sum of RGB (Red+Green+Blue) = 189+197+152=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC598 is #423A67. Grayscale: #BDBDBD. Windows color (decimal): -4340328 or 10012093. OLE color: 10012093.

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

Color convert

RGB 189 197 152 -
CMYK 0.04 0 0.23 0.23
HSL 70.67º 0.28% 0.68% -
HSV(B) 70.67º 0.23% 0.77% -
XYZ 46.62 53.02 37.48 -
YUV 189.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 189 197 152 0.04 0 0.23 0.23 70.67 0.28 0.68
Hex BD C5 98 4 0 17 17 47 1C 44
Octal 275 305 230 4 0 27 27 107 34 104
Binary 10111101 11000101 10011000 100 0 10111 10111 1000111 11100 1000100

Color Harmonies of #BDC598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC598

Black with #BDC598

Text Example


Text Example

White with #BDC598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC598; }

 p { color: rgb(189,197,152); }

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

background-color css

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

 a { background-color: rgb(189,197,152); }

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

border-color css

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

 span { border-color: rgb(189,197,152); }

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