Html Css Color HEX #BDDC91 Sprout

📋 copy color: '#BDDC91'

red 189 ◦ green 220 ◦ blue 145

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

Shades of Sprout #BDDC91

Tints of Sprout #BDDC91

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.71%

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

R = 34.12%
G = 39.71%
B = 26.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#BDDC91 (or 0xBDDC91) is known color: Sprout. HEX triplet: BD, DC and 91. RGB value is (189,220,145). Sum of RGB (Red+Green+Blue) = 189+220+145=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC91 is #42236E. Grayscale: #CACACA. Windows color (decimal): -4334447 or 9559229. OLE color: 9559229.

HSL color Cylindrical-coordinate representation of color #BDDC91: hue angle of 84.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDDC91 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 145 -
CMYK 0.14 0 0.34 0.14
HSL 84.8º 0.52% 0.72% -
HSV(B) 84.8º 0.34% 0.86% -
XYZ 51.69 64.05 36.43 -
YUV 202.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 189 220 145 0.14 0 0.34 0.14 84.8 0.52 0.72
Hex BD DC 91 E 0 22 E 55 34 48
Octal 275 334 221 16 0 42 16 125 64 110
Binary 10111101 11011100 10010001 1110 0 100010 1110 1010101 110100 1001000

Color Harmonies of #BDDC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC91

Black with #BDDC91

Text Example


Text Example

White with #BDDC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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