Html Css Color HEX #BDD499 Sprout

📋 copy color: '#BDD499'

red 189 ◦ green 212 ◦ blue 153

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

Shades of Sprout #BDD499

Tints of Sprout #BDD499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.62%

R = 34.12%
G = 38.27%
B = 27.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#BDD499 (or 0xBDD499) is known color: Sprout. HEX triplet: BD, D4 and 99. RGB value is (189,212,153). Sum of RGB (Red+Green+Blue) = 189+212+153=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD499 is #422B66. Grayscale: #C6C6C6. Windows color (decimal): -4336487 or 10081469. OLE color: 10081469.

HSL color Cylindrical-coordinate representation of color #BDD499: hue angle of 83.39º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD499 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 153 -
CMYK 0.11 0 0.28 0.17
HSL 83.39º 0.41% 0.72% -
HSV(B) 83.39º 0.28% 0.83% -
XYZ 50.28 60.21 39.11 -
YUV 198.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 189 212 153 0.11 0 0.28 0.17 83.39 0.41 0.72
Hex BD D4 99 B 0 1C 11 53 29 48
Octal 275 324 231 13 0 34 21 123 51 110
Binary 10111101 11010100 10011001 1011 0 11100 10001 1010011 101001 1001000

Color Harmonies of #BDD499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD499

Black with #BDD499

Text Example


Text Example

White with #BDD499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD499; }

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

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

background-color css

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

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

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

border-color css

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

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

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