Html Css Color HEX #BBD48D Sprout

📋 copy color: '#BBD48D'

red 187 ◦ green 212 ◦ blue 141

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

Shades of Sprout #BBD48D

Tints of Sprout #BBD48D

RGB

 RED value IS 187 (73.44% from 255) = 34.63%

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

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

R = 34.63%
G = 39.26%
B = 26.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#BBD48D (or 0xBBD48D) is known color: Sprout. HEX triplet: BB, D4 and 8D. RGB value is (187,212,141). Sum of RGB (Red+Green+Blue) = 187+212+141=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD48D is #442B72. Grayscale: #C4C4C4. Windows color (decimal): -4467571 or 9295035. OLE color: 9295035.

HSL color Cylindrical-coordinate representation of color #BBD48D: hue angle of 81.13º 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 #BBD48D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 141 -
CMYK 0.12 0 0.33 0.17
HSL 81.13º 0.45% 0.69% -
HSV(B) 81.13º 0.33% 0.83% -
XYZ 48.84 59.57 34.12 -
YUV 196.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 187 212 141 0.12 0 0.33 0.17 81.13 0.45 0.69
Hex BB D4 8D C 0 21 11 51 2D 45
Octal 273 324 215 14 0 41 21 121 55 105
Binary 10111011 11010100 10001101 1100 0 100001 10001 1010001 101101 1000101

Color Harmonies of #BBD48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD48D

Black with #BBD48D

Text Example


Text Example

White with #BBD48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD48D; }

 p { color: rgb(187,212,141); }

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

background-color css

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

 a { background-color: rgb(187,212,141); }

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

border-color css

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

 span { border-color: rgb(187,212,141); }

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