Html Css Color HEX #BDD790 Sprout

📋 copy color: '#BDD790'

red 189 ◦ green 215 ◦ blue 144

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

Shades of Sprout #BDD790

Tints of Sprout #BDD790

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.23%

 BLUE value IS 144 (56.64% from 255) = 26.28%

R = 34.49%
G = 39.23%
B = 26.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#BDD790 (or 0xBDD790) is known color: Sprout. HEX triplet: BD, D7 and 90. RGB value is (189,215,144). Sum of RGB (Red+Green+Blue) = 189+215+144=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD790 is #42286F. Grayscale: #C7C7C7. Windows color (decimal): -4335728 or 9492413. OLE color: 9492413.

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

Color convert

RGB 189 215 144 -
CMYK 0.12 0 0.33 0.16
HSL 81.97º 0.47% 0.7% -
HSV(B) 81.97º 0.33% 0.84% -
XYZ 50.32 61.43 35.59 -
YUV 199.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 189 215 144 0.12 0 0.33 0.16 81.97 0.47 0.7
Hex BD D7 90 C 0 21 10 52 2F 46
Octal 275 327 220 14 0 41 20 122 57 106
Binary 10111101 11010111 10010000 1100 0 100001 10000 1010010 101111 1000110

Color Harmonies of #BDD790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD790

Black with #BDD790

Text Example


Text Example

White with #BDD790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD790; }

 p { color: rgb(189,215,144); }

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

background-color css

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

 a { background-color: rgb(189,215,144); }

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

border-color css

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

 span { border-color: rgb(189,215,144); }

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