Html Css Color HEX #BDC58F Green Mist

📋 copy color: '#BDC58F'

red 189 ◦ green 197 ◦ blue 143

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

Shades of Green Mist #BDC58F

Tints of Green Mist #BDC58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 35.73%
G = 37.24%
B = 27.03%

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

#BDC58F (or 0xBDC58F) is known color: Green Mist. HEX triplet: BD, C5 and 8F. RGB value is (189,197,143). Sum of RGB (Red+Green+Blue) = 189+197+143=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC58F is #423A70. Grayscale: #BCBCBC. Windows color (decimal): -4340337 or 9422269. OLE color: 9422269.

HSL color Cylindrical-coordinate representation of color #BDC58F: hue angle of 68.89º degrees, saturation: 0.32, 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 #BDC58F is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 143 -
CMYK 0.04 0 0.27 0.23
HSL 68.89º 0.32% 0.67% -
HSV(B) 68.89º 0.27% 0.77% -
XYZ 45.91 52.73 33.75 -
YUV 188.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 189 197 143 0.04 0 0.27 0.23 68.89 0.32 0.67
Hex BD C5 8F 4 0 1B 17 45 20 43
Octal 275 305 217 4 0 33 27 105 40 103
Binary 10111101 11000101 10001111 100 0 11011 10111 1000101 100000 1000011

Color Harmonies of #BDC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC58F

Black with #BDC58F

Text Example


Text Example

White with #BDC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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