Html Css Color HEX #BDDD93 Sprout

📋 copy color: '#BDDD93'

red 189 ◦ green 221 ◦ blue 147

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

Shades of Sprout #BDDD93

Tints of Sprout #BDDD93

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.68%

 BLUE value IS 147 (57.81% from 255) = 26.39%

R = 33.93%
G = 39.68%
B = 26.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#BDDD93 (or 0xBDDD93) is known color: Sprout. HEX triplet: BD, DD and 93. RGB value is (189,221,147). Sum of RGB (Red+Green+Blue) = 189+221+147=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD93 is #42226C. Grayscale: #CBCBCB. Windows color (decimal): -4334189 or 9690557. OLE color: 9690557.

HSL color Cylindrical-coordinate representation of color #BDDD93: hue angle of 85.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDDD93 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 147 -
CMYK 0.14 0 0.33 0.13
HSL 85.95º 0.52% 0.72% -
HSV(B) 85.95º 0.33% 0.87% -
XYZ 52.11 64.64 37.33 -
YUV 203 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 189 221 147 0.14 0 0.33 0.13 85.95 0.52 0.72
Hex BD DD 93 E 0 21 D 56 34 48
Octal 275 335 223 16 0 41 15 126 64 110
Binary 10111101 11011101 10010011 1110 0 100001 1101 1010110 110100 1001000

Color Harmonies of #BDDD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD93

Black with #BDDD93

Text Example


Text Example

White with #BDDD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD93; }

 p { color: rgb(189,221,147); }

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

background-color css

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

 a { background-color: rgb(189,221,147); }

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

border-color css

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

 span { border-color: rgb(189,221,147); }

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