Html Css Color HEX #BDD294 Sprout

📋 copy color: '#BDD294'

red 189 ◦ green 210 ◦ blue 148

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

Shades of Sprout #BDD294

Tints of Sprout #BDD294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 34.55%
G = 38.39%
B = 27.06%

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

#BDD294 (or 0xBDD294) is known color: Sprout. HEX triplet: BD, D2 and 94. RGB value is (189,210,148). Sum of RGB (Red+Green+Blue) = 189+210+148=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD294 is #422D6B. Grayscale: #C4C4C4. Windows color (decimal): -4337004 or 9753277. OLE color: 9753277.

HSL color Cylindrical-coordinate representation of color #BDD294: hue angle of 80.32º 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 #BDD294 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 148 -
CMYK 0.10 0 0.30 0.18
HSL 80.32º 0.41% 0.7% -
HSV(B) 80.32º 0.3% 0.82% -
XYZ 49.38 59.05 36.81 -
YUV 196.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 189 210 148 0.10 0 0.30 0.18 80.32 0.41 0.7
Hex BD D2 94 A 0 1E 12 50 29 46
Octal 275 322 224 12 0 36 22 120 51 106
Binary 10111101 11010010 10010100 1010 0 11110 10010 1010000 101001 1000110

Color Harmonies of #BDD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD294

Black with #BDD294

Text Example


Text Example

White with #BDD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD294; }

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

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

background-color css

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

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

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

border-color css

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

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

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