Html Css Color HEX #BDDF93 Sprout

📋 copy color: '#BDDF93'

red 189 ◦ green 223 ◦ blue 147

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

Shades of Sprout #BDDF93

Tints of Sprout #BDDF93

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

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

R = 33.81%
G = 39.89%
B = 26.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#BDDF93 (or 0xBDDF93) is known color: Sprout. HEX triplet: BD, DF and 93. RGB value is (189,223,147). Sum of RGB (Red+Green+Blue) = 189+223+147=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF93 is #42206C. Grayscale: #CCCCCC. Windows color (decimal): -4333677 or 9691069. OLE color: 9691069.

HSL color Cylindrical-coordinate representation of color #BDDF93: hue angle of 86.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDDF93 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 147 -
CMYK 0.15 0 0.34 0.13
HSL 86.84º 0.54% 0.73% -
HSV(B) 86.84º 0.34% 0.87% -
XYZ 52.64 65.7 37.51 -
YUV 204.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 189 223 147 0.15 0 0.34 0.13 86.84 0.54 0.73
Hex BD DF 93 F 0 22 D 57 36 49
Octal 275 337 223 17 0 42 15 127 66 111
Binary 10111101 11011111 10010011 1111 0 100010 1101 1010111 110110 1001001

Color Harmonies of #BDDF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF93

Black with #BDDF93

Text Example


Text Example

White with #BDDF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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