Html Css Color HEX #BDD697 Sprout

📋 copy color: '#BDD697'

red 189 ◦ green 214 ◦ blue 151

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

Shades of Sprout #BDD697

Tints of Sprout #BDD697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.26%

R = 34.12%
G = 38.63%
B = 27.26%

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

#BDD697 (or 0xBDD697) is known color: Sprout. HEX triplet: BD, D6 and 97. RGB value is (189,214,151). Sum of RGB (Red+Green+Blue) = 189+214+151=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD697 is #422968. Grayscale: #C7C7C7. Windows color (decimal): -4335977 or 9950909. OLE color: 9950909.

HSL color Cylindrical-coordinate representation of color #BDD697: hue angle of 83.81º 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 #BDD697 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 151 -
CMYK 0.12 0 0.29 0.16
HSL 83.81º 0.43% 0.72% -
HSV(B) 83.81º 0.29% 0.84% -
XYZ 50.62 61.15 38.41 -
YUV 199.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 189 214 151 0.12 0 0.29 0.16 83.81 0.43 0.72
Hex BD D6 97 C 0 1D 10 54 2B 48
Octal 275 326 227 14 0 35 20 124 53 110
Binary 10111101 11010110 10010111 1100 0 11101 10000 1010100 101011 1001000

Color Harmonies of #BDD697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD697

Black with #BDD697

Text Example


Text Example

White with #BDD697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD697; }

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

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

background-color css

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

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

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

border-color css

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

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

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