Html Css Color HEX #BDD091 Sprout

📋 copy color: '#BDD091'

red 189 ◦ green 208 ◦ blue 145

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

Shades of Sprout #BDD091

Tints of Sprout #BDD091

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.38%

 BLUE value IS 145 (57.03% from 255) = 26.75%

R = 34.87%
G = 38.38%
B = 26.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BDD091 (or 0xBDD091) is known color: Sprout. HEX triplet: BD, D0 and 91. RGB value is (189,208,145). Sum of RGB (Red+Green+Blue) = 189+208+145=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD091 is #422F6E. Grayscale: #C3C3C3. Windows color (decimal): -4337519 or 9556157. OLE color: 9556157.

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

Color convert

RGB 189 208 145 -
CMYK 0.09 0 0.30 0.18
HSL 78.1º 0.4% 0.69% -
HSV(B) 78.1º 0.3% 0.82% -
XYZ 48.65 57.97 35.41 -
YUV 195.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 189 208 145 0.09 0 0.30 0.18 78.1 0.4 0.69
Hex BD D0 91 9 0 1E 12 4E 28 45
Octal 275 320 221 11 0 36 22 116 50 105
Binary 10111101 11010000 10010001 1001 0 11110 10010 1001110 101000 1000101

Color Harmonies of #BDD091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD091

Black with #BDD091

Text Example


Text Example

White with #BDD091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD091; }

 p { color: rgb(189,208,145); }

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

background-color css

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

 a { background-color: rgb(189,208,145); }

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

border-color css

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

 span { border-color: rgb(189,208,145); }

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