#B5D68C

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

Shades of Sprout #B5D68C

Tints of Sprout #B5D68C

Color information

#B5D68C (or 0xB5D68C) is unknown color: approx Sprout. HEX triplet: B5, D6 and 8C. RGB value is (181,214,140). Sum of RGB (Red+Green+Blue) = 181+214+140=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D68C is #4A2973. Grayscale: #C3C3C3. Windows color (decimal): -4860276 or 9230005. OLE color: 9230005.

HSL color Cylindrical-coordinate representation of color #B5D68C: hue angle of 86.76º degrees, saturation: 0.47, 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 #B5D68C is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB181214140-
CMYK0.1500.350.16
HSL86.76º47.44%69.41%-
HSV(B)86.76º34.58%83.92%-
XYZ47.8459.8133.83-
YUV195.796.57117.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=33.83%
G=40%
B=26.17%

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
Decimal1812141400.1500.350.1686.7647.4469.41
HexB5D68CF02310572f45
Octal265326214170432012757105
Binary101101011101011010001100111101000111000010101111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D68C; }

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

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

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

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

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

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

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

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