Html Css Color HEX #BDD293 Sprout

📋 copy color: '#BDD293'

red 189 ◦ green 210 ◦ blue 147

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

Shades of Sprout #BDD293

Tints of Sprout #BDD293

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.46%

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

R = 34.62%
G = 38.46%
B = 26.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BDD293 (or 0xBDD293) is known color: Sprout. HEX triplet: BD, D2 and 93. RGB value is (189,210,147). Sum of RGB (Red+Green+Blue) = 189+210+147=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD293 is #422D6C. Grayscale: #C4C4C4. Windows color (decimal): -4337005 or 9687741. OLE color: 9687741.

HSL color Cylindrical-coordinate representation of color #BDD293: hue angle of 80º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD293 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 147 -
CMYK 0.10 0 0.30 0.18
HSL 80º 0.41% 0.7% -
HSV(B) 80º 0.3% 0.82% -
XYZ 49.3 59.02 36.4 -
YUV 196.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 189 210 147 0.10 0 0.30 0.18 80 0.41 0.7
Hex BD D2 93 A 0 1E 12 50 29 46
Octal 275 322 223 12 0 36 22 120 51 106
Binary 10111101 11010010 10010011 1010 0 11110 10010 1010000 101001 1000110

Color Harmonies of #BDD293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD293

Black with #BDD293

Text Example


Text Example

White with #BDD293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD293; }

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

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

background-color css

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

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

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

border-color css

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

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

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