Html Css Color HEX #BDD493 Sprout

📋 copy color: '#BDD493'

red 189 ◦ green 212 ◦ blue 147

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

Shades of Sprout #BDD493

Tints of Sprout #BDD493

RGB

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

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

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

R = 34.49%
G = 38.69%
B = 26.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#BDD493 (or 0xBDD493) is known color: Sprout. HEX triplet: BD, D4 and 93. RGB value is (189,212,147). Sum of RGB (Red+Green+Blue) = 189+212+147=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD493 is #422B6C. Grayscale: #C5C5C5. Windows color (decimal): -4336493 or 9688253. OLE color: 9688253.

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

Color convert

RGB 189 212 147 -
CMYK 0.11 0 0.31 0.17
HSL 81.23º 0.43% 0.7% -
HSV(B) 81.23º 0.31% 0.83% -
XYZ 49.8 60.01 36.56 -
YUV 197.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 189 212 147 0.11 0 0.31 0.17 81.23 0.43 0.7
Hex BD D4 93 B 0 1F 11 51 2B 46
Octal 275 324 223 13 0 37 21 121 53 106
Binary 10111101 11010100 10010011 1011 0 11111 10001 1010001 101011 1000110

Color Harmonies of #BDD493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD493

Black with #BDD493

Text Example


Text Example

White with #BDD493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD493; }

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

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

background-color css

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

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

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

border-color css

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

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

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