Html Css Color HEX #B3CB9D Sprout

📋 copy color: '#B3CB9D'

red 179 ◦ green 203 ◦ blue 157

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

Shades of Sprout #B3CB9D

Tints of Sprout #B3CB9D

RGB

 RED value IS 179 (70.31% from 255) = 33.21%

 GREEN value IS 203 (79.69% from 255) = 37.66%

 BLUE value IS 157 (61.72% from 255) = 29.13%

R = 33.21%
G = 37.66%
B = 29.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#B3CB9D (or 0xB3CB9D) is known color: Sprout. HEX triplet: B3, CB and 9D. RGB value is (179,203,157). Sum of RGB (Red+Green+Blue) = 179+203+157=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CB9D is #4C3462. Grayscale: #BEBEBE. Windows color (decimal): -4994147 or 10341299. OLE color: 10341299.

HSL color Cylindrical-coordinate representation of color #B3CB9D: hue angle of 91.3º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3CB9D is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 203 157 -
CMYK 0.12 0 0.23 0.20
HSL 91.3º 0.31% 0.71% -
HSV(B) 91.3º 0.23% 0.8% -
XYZ 46.03 54.73 40.04 -
YUV 190.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 179 203 157 0.12 0 0.23 0.20 91.3 0.31 0.71
Hex B3 CB 9D C 0 17 14 5B 1F 47
Octal 263 313 235 14 0 27 24 133 37 107
Binary 10110011 11001011 10011101 1100 0 10111 10100 1011011 11111 1000111

Color Harmonies of #B3CB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CB9D

Black with #B3CB9D

Text Example


Text Example

White with #B3CB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CB9D; }

 p { color: rgb(179,203,157); }

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

background-color css

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

 a { background-color: rgb(179,203,157); }

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

border-color css

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

 span { border-color: rgb(179,203,157); }

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