Html Css Color HEX #BDDA99 Sprout

📋 copy color: '#BDDA99'

red 189 ◦ green 218 ◦ blue 153

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

Shades of Sprout #BDDA99

Tints of Sprout #BDDA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.93%

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

R = 33.75%
G = 38.93%
B = 27.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BDDA99 (or 0xBDDA99) is known color: Sprout. HEX triplet: BD, DA and 99. RGB value is (189,218,153). Sum of RGB (Red+Green+Blue) = 189+218+153=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDA99 is #422566. Grayscale: #CACACA. Windows color (decimal): -4334951 or 10083005. OLE color: 10083005.

HSL color Cylindrical-coordinate representation of color #BDDA99: hue angle of 86.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDDA99 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 153 -
CMYK 0.13 0 0.30 0.15
HSL 86.77º 0.47% 0.73% -
HSV(B) 86.77º 0.3% 0.85% -
XYZ 51.81 63.26 39.62 -
YUV 201.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 189 218 153 0.13 0 0.30 0.15 86.77 0.47 0.73
Hex BD DA 99 D 0 1E F 57 2F 49
Octal 275 332 231 15 0 36 17 127 57 111
Binary 10111101 11011010 10011001 1101 0 11110 1111 1010111 101111 1001001

Color Harmonies of #BDDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA99

Black with #BDDA99

Text Example


Text Example

White with #BDDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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