Html Css Color HEX #BDC591 Green Mist

📋 copy color: '#BDC591'

red 189 ◦ green 197 ◦ blue 145

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

Shades of Green Mist #BDC591

Tints of Green Mist #BDC591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.31%

R = 35.59%
G = 37.1%
B = 27.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#BDC591 (or 0xBDC591) is known color: Green Mist. HEX triplet: BD, C5 and 91. RGB value is (189,197,145). Sum of RGB (Red+Green+Blue) = 189+197+145=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC591 is #423A6E. Grayscale: #BCBCBC. Windows color (decimal): -4340335 or 9553341. OLE color: 9553341.

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

Color convert

RGB 189 197 145 -
CMYK 0.04 0 0.26 0.23
HSL 69.23º 0.31% 0.67% -
HSV(B) 69.23º 0.26% 0.77% -
XYZ 46.06 52.8 34.55 -
YUV 188.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 189 197 145 0.04 0 0.26 0.23 69.23 0.31 0.67
Hex BD C5 91 4 0 1A 17 45 1F 43
Octal 275 305 221 4 0 32 27 105 37 103
Binary 10111101 11000101 10010001 100 0 11010 10111 1000101 11111 1000011

Color Harmonies of #BDC591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC591

Black with #BDC591

Text Example


Text Example

White with #BDC591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC591; }

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

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

background-color css

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

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

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

border-color css

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

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

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