#B5D68B

Color #B5D68B Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B5D68B

Tints of Sprout #B5D68B

Color information

#B5D68B (or 0xB5D68B) is unknown color: approx Sprout. HEX triplet: B5, D6 and 8B. RGB value is (181,214,139). Sum of RGB (Red+Green+Blue) = 181+214+139=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D68B is #4A2974. Grayscale: #C3C3C3. Windows color (decimal): -4860277 or 9164469. OLE color: 9164469.

HSL color Cylindrical-coordinate representation of color #B5D68B: hue angle of 86.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5D68B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB181214139-
CMYK0.1500.350.16
HSL86.4º47.77%69.22%-
HSV(B)86.4º35.05%83.92%-
XYZ47.7659.7833.45-
YUV195.5896.07117.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 139 (54.69% from 255) = 26.03%
R=33.90%
G=40.07%
B=26.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812141390.1500.350.1686.447.7769.22
HexB5D68BF02310563045
Octal265326213170432012660105
Binary101101011101011010001011111101000111000010101101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D68B; }

 p { color: rgb(181,214,139); }

 H1.HeaderClassName
 {
   color: #B5D68B;
 }
 .AnyTagClassName
 {
   color: #B5D68B;
 }
</style>
background-color css

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

 a { background-color: rgb(181,214,139); }

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

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

 span { border-color: rgb(181,214,139); }

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