Html Css Color HEX #B5D68C Sprout

📋 copy color: '#B5D68C'

red 181 ◦ green 214 ◦ blue 140

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

Shades of Sprout #B5D68C

Tints of Sprout #B5D68C

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 value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#B5D68C (or 0xB5D68C) is known color: 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

RGB 181 214 140 -
CMYK 0.15 0 0.35 0.16
HSL 86.76º 0.47% 0.69% -
HSV(B) 86.76º 0.35% 0.84% -
XYZ 47.84 59.81 33.83 -
YUV 195.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 181 214 140 0.15 0 0.35 0.16 86.76 0.47 0.69
Hex B5 D6 8C F 0 23 10 57 2F 45
Octal 265 326 214 17 0 43 20 127 57 105
Binary 10110101 11010110 10001100 1111 0 100011 10000 1010111 101111 1000101

Color Harmonies of #B5D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D68C

Black with #B5D68C

Text Example


Text Example

White with #B5D68C

Text Example


Text Example

HTML Codes & Css Web 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>