Html Css Color HEX #BDD693 Sprout

📋 copy color: '#BDD693'

red 189 ◦ green 214 ◦ blue 147

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

Shades of Sprout #BDD693

Tints of Sprout #BDD693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.73%

R = 34.36%
G = 38.91%
B = 26.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#BDD693 (or 0xBDD693) is known color: Sprout. HEX triplet: BD, D6 and 93. RGB value is (189,214,147). Sum of RGB (Red+Green+Blue) = 189+214+147=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD693 is #42296C. Grayscale: #C7C7C7. Windows color (decimal): -4335981 or 9688765. OLE color: 9688765.

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

Color convert

RGB 189 214 147 -
CMYK 0.12 0 0.31 0.16
HSL 82.39º 0.45% 0.71% -
HSV(B) 82.39º 0.31% 0.84% -
XYZ 50.3 61.02 36.73 -
YUV 198.89 98.72 120.95 -
System Red Green Blue C M Y K H S L
Decimal 189 214 147 0.12 0 0.31 0.16 82.39 0.45 0.71
Hex BD D6 93 C 0 1F 10 52 2D 47
Octal 275 326 223 14 0 37 20 122 55 107
Binary 10111101 11010110 10010011 1100 0 11111 10000 1010010 101101 1000111

Color Harmonies of #BDD693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD693

Black with #BDD693

Text Example


Text Example

White with #BDD693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD693; }

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

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

background-color css

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

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

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

border-color css

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

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

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