Html Css Color HEX #BDC58C Green Mist

📋 copy color: '#BDC58C'

red 189 ◦ green 197 ◦ blue 140

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

Shades of Green Mist #BDC58C

Tints of Green Mist #BDC58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.62%

R = 35.93%
G = 37.45%
B = 26.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#BDC58C (or 0xBDC58C) is known color: Green Mist. HEX triplet: BD, C5 and 8C. RGB value is (189,197,140). Sum of RGB (Red+Green+Blue) = 189+197+140=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC58C is #423A73. Grayscale: #BCBCBC. Windows color (decimal): -4340340 or 9225661. OLE color: 9225661.

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

Color convert

RGB 189 197 140 -
CMYK 0.04 0 0.29 0.23
HSL 68.42º 0.33% 0.66% -
HSV(B) 68.42º 0.29% 0.77% -
XYZ 45.69 52.64 32.56 -
YUV 188.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 189 197 140 0.04 0 0.29 0.23 68.42 0.33 0.66
Hex BD C5 8C 4 0 1D 17 44 21 42
Octal 275 305 214 4 0 35 27 104 41 102
Binary 10111101 11000101 10001100 100 0 11101 10111 1000100 100001 1000010

Color Harmonies of #BDC58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC58C

Black with #BDC58C

Text Example


Text Example

White with #BDC58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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