Html Css Color HEX #BDD48A Sprout

📋 copy color: '#BDD48A'

red 189 ◦ green 212 ◦ blue 138

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

Shades of Sprout #BDD48A

Tints of Sprout #BDD48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.6%

R = 35.06%
G = 39.33%
B = 25.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#BDD48A (or 0xBDD48A) is known color: Sprout. HEX triplet: BD, D4 and 8A. RGB value is (189,212,138). Sum of RGB (Red+Green+Blue) = 189+212+138=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD48A is #422B75. Grayscale: #C4C4C4. Windows color (decimal): -4336502 or 9098429. OLE color: 9098429.

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

Color convert

RGB 189 212 138 -
CMYK 0.11 0 0.35 0.17
HSL 78.65º 0.46% 0.69% -
HSV(B) 78.65º 0.35% 0.83% -
XYZ 49.12 59.74 32.99 -
YUV 196.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 189 212 138 0.11 0 0.35 0.17 78.65 0.46 0.69
Hex BD D4 8A B 0 23 11 4F 2E 45
Octal 275 324 212 13 0 43 21 117 56 105
Binary 10111101 11010100 10001010 1011 0 100011 10001 1001111 101110 1000101

Color Harmonies of #BDD48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD48A

Black with #BDD48A

Text Example


Text Example

White with #BDD48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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