Html Css Color HEX #BDDE94 Sprout

📋 copy color: '#BDDE94'

red 189 ◦ green 222 ◦ blue 148

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

Shades of Sprout #BDDE94

Tints of Sprout #BDDE94

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.71%

 BLUE value IS 148 (58.2% from 255) = 26.48%

R = 33.81%
G = 39.71%
B = 26.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#BDDE94 (or 0xBDDE94) is known color: Sprout. HEX triplet: BD, DE and 94. RGB value is (189,222,148). Sum of RGB (Red+Green+Blue) = 189+222+148=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE94 is #42216B. Grayscale: #CBCBCB. Windows color (decimal): -4333932 or 9756349. OLE color: 9756349.

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

Color convert

RGB 189 222 148 -
CMYK 0.15 0 0.33 0.13
HSL 86.76º 0.53% 0.73% -
HSV(B) 86.76º 0.33% 0.87% -
XYZ 52.45 65.2 37.84 -
YUV 203.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 189 222 148 0.15 0 0.33 0.13 86.76 0.53 0.73
Hex BD DE 94 F 0 21 D 57 35 49
Octal 275 336 224 17 0 41 15 127 65 111
Binary 10111101 11011110 10010100 1111 0 100001 1101 1010111 110101 1001001

Color Harmonies of #BDDE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE94

Black with #BDDE94

Text Example


Text Example

White with #BDDE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE94; }

 p { color: rgb(189,222,148); }

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

background-color css

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

 a { background-color: rgb(189,222,148); }

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

border-color css

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

 span { border-color: rgb(189,222,148); }

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