Html Css Color HEX #BDD48E Sprout

📋 copy color: '#BDD48E'

red 189 ◦ green 212 ◦ blue 142

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

Shades of Sprout #BDD48E

Tints of Sprout #BDD48E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.04%

 BLUE value IS 142 (55.86% from 255) = 26.15%

R = 34.81%
G = 39.04%
B = 26.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#BDD48E (or 0xBDD48E) is known color: Sprout. HEX triplet: BD, D4 and 8E. RGB value is (189,212,142). Sum of RGB (Red+Green+Blue) = 189+212+142=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD48E is #422B71. Grayscale: #C5C5C5. Windows color (decimal): -4336498 or 9360573. OLE color: 9360573.

HSL color Cylindrical-coordinate representation of color #BDD48E: hue angle of 79.71º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDD48E is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 142 -
CMYK 0.11 0 0.33 0.17
HSL 79.71º 0.45% 0.69% -
HSV(B) 79.71º 0.33% 0.83% -
XYZ 49.41 59.86 34.54 -
YUV 197.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 189 212 142 0.11 0 0.33 0.17 79.71 0.45 0.69
Hex BD D4 8E B 0 21 11 50 2D 45
Octal 275 324 216 13 0 41 21 120 55 105
Binary 10111101 11010100 10001110 1011 0 100001 10001 1010000 101101 1000101

Color Harmonies of #BDD48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD48E

Black with #BDD48E

Text Example


Text Example

White with #BDD48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD48E; }

 p { color: rgb(189,212,142); }

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

background-color css

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

 a { background-color: rgb(189,212,142); }

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

border-color css

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

 span { border-color: rgb(189,212,142); }

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