Html Css Color HEX #BDD08C Sprout

📋 copy color: '#BDD08C'

red 189 ◦ green 208 ◦ blue 140

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

Shades of Sprout #BDD08C

Tints of Sprout #BDD08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.07%

R = 35.2%
G = 38.73%
B = 26.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#BDD08C (or 0xBDD08C) is known color: Sprout. HEX triplet: BD, D0 and 8C. RGB value is (189,208,140). Sum of RGB (Red+Green+Blue) = 189+208+140=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD08C is #422F73. Grayscale: #C2C2C2. Windows color (decimal): -4337524 or 9228477. OLE color: 9228477.

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

Color convert

RGB 189 208 140 -
CMYK 0.09 0 0.33 0.18
HSL 76.76º 0.42% 0.68% -
HSV(B) 76.76º 0.33% 0.82% -
XYZ 48.28 57.82 33.43 -
YUV 194.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 189 208 140 0.09 0 0.33 0.18 76.76 0.42 0.68
Hex BD D0 8C 9 0 21 12 4D 2A 44
Octal 275 320 214 11 0 41 22 115 52 104
Binary 10111101 11010000 10001100 1001 0 100001 10010 1001101 101010 1000100

Color Harmonies of #BDD08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD08C

Black with #BDD08C

Text Example


Text Example

White with #BDD08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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