Html Css Color HEX #BDD494 Sprout

📋 copy color: '#BDD494'

red 189 ◦ green 212 ◦ blue 148

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

Shades of Sprout #BDD494

Tints of Sprout #BDD494

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.62%

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

R = 34.43%
G = 38.62%
B = 26.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#BDD494 (or 0xBDD494) is known color: Sprout. HEX triplet: BD, D4 and 94. RGB value is (189,212,148). Sum of RGB (Red+Green+Blue) = 189+212+148=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD494 is #422B6B. Grayscale: #C6C6C6. Windows color (decimal): -4336492 or 9753789. OLE color: 9753789.

HSL color Cylindrical-coordinate representation of color #BDD494: hue angle of 81.56º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD494 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 148 -
CMYK 0.11 0 0.30 0.17
HSL 81.56º 0.43% 0.71% -
HSV(B) 81.56º 0.3% 0.83% -
XYZ 49.88 60.04 36.98 -
YUV 197.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 189 212 148 0.11 0 0.30 0.17 81.56 0.43 0.71
Hex BD D4 94 B 0 1E 11 52 2B 47
Octal 275 324 224 13 0 36 21 122 53 107
Binary 10111101 11010100 10010100 1011 0 11110 10001 1010010 101011 1000111

Color Harmonies of #BDD494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD494

Black with #BDD494

Text Example


Text Example

White with #BDD494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD494; }

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

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

background-color css

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

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

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

border-color css

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

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

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