Html Css Color HEX #BDD699 Sprout

📋 copy color: '#BDD699'

red 189 ◦ green 214 ◦ blue 153

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

Shades of Sprout #BDD699

Tints of Sprout #BDD699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.49%

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

R = 33.99%
G = 38.49%
B = 27.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#BDD699 (or 0xBDD699) is known color: Sprout. HEX triplet: BD, D6 and 99. RGB value is (189,214,153). Sum of RGB (Red+Green+Blue) = 189+214+153=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD699 is #422966. Grayscale: #C7C7C7. Windows color (decimal): -4335975 or 10081981. OLE color: 10081981.

HSL color Cylindrical-coordinate representation of color #BDD699: hue angle of 84.59º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD699 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 153 -
CMYK 0.12 0 0.29 0.16
HSL 84.59º 0.43% 0.72% -
HSV(B) 84.59º 0.29% 0.84% -
XYZ 50.78 61.21 39.28 -
YUV 199.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 189 214 153 0.12 0 0.29 0.16 84.59 0.43 0.72
Hex BD D6 99 C 0 1D 10 55 2B 48
Octal 275 326 231 14 0 35 20 125 53 110
Binary 10111101 11010110 10011001 1100 0 11101 10000 1010101 101011 1001000

Color Harmonies of #BDD699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD699

Black with #BDD699

Text Example


Text Example

White with #BDD699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD699; }

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

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

background-color css

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

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

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

border-color css

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

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

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