Html Css Color HEX #BDD08D Sprout

📋 copy color: '#BDD08D'

red 189 ◦ green 208 ◦ blue 141

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

Shades of Sprout #BDD08D

Tints of Sprout #BDD08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.21%

R = 35.13%
G = 38.66%
B = 26.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#BDD08D (or 0xBDD08D) is known color: Sprout. HEX triplet: BD, D0 and 8D. RGB value is (189,208,141). Sum of RGB (Red+Green+Blue) = 189+208+141=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD08D is #422F72. Grayscale: #C2C2C2. Windows color (decimal): -4337523 or 9294013. OLE color: 9294013.

HSL color Cylindrical-coordinate representation of color #BDD08D: hue angle of 77.01º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDD08D is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 141 -
CMYK 0.09 0 0.32 0.18
HSL 77.01º 0.42% 0.68% -
HSV(B) 77.01º 0.32% 0.82% -
XYZ 48.35 57.85 33.82 -
YUV 194.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 189 208 141 0.09 0 0.32 0.18 77.01 0.42 0.68
Hex BD D0 8D 9 0 20 12 4D 2A 44
Octal 275 320 215 11 0 40 22 115 52 104
Binary 10111101 11010000 10001101 1001 0 100000 10010 1001101 101010 1000100

Color Harmonies of #BDD08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD08D

Black with #BDD08D

Text Example


Text Example

White with #BDD08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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