Html Css Color HEX #B6C39D Sprout

📋 copy color: '#B6C39D'

red 182 ◦ green 195 ◦ blue 157

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

Shades of Sprout #B6C39D

Tints of Sprout #B6C39D

RGB

 RED value IS 182 (71.48% from 255) = 34.08%

 GREEN value IS 195 (76.56% from 255) = 36.52%

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

R = 34.08%
G = 36.52%
B = 29.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#B6C39D (or 0xB6C39D) is known color: Sprout. HEX triplet: B6, C3 and 9D. RGB value is (182,195,157). Sum of RGB (Red+Green+Blue) = 182+195+157=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C39D is #493C62. Grayscale: #BABABA. Windows color (decimal): -4799587 or 10339254. OLE color: 10339254.

HSL color Cylindrical-coordinate representation of color #B6C39D: hue angle of 80.53º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6C39D is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 195 157 -
CMYK 0.07 0 0.19 0.24
HSL 80.53º 0.24% 0.69% -
HSV(B) 80.53º 0.19% 0.76% -
XYZ 44.89 51.41 39.46 -
YUV 186.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 182 195 157 0.07 0 0.19 0.24 80.53 0.24 0.69
Hex B6 C3 9D 7 0 13 18 51 18 45
Octal 266 303 235 7 0 23 30 121 30 105
Binary 10110110 11000011 10011101 111 0 10011 11000 1010001 11000 1000101

Color Harmonies of #B6C39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C39D

Black with #B6C39D

Text Example


Text Example

White with #B6C39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C39D; }

 p { color: rgb(182,195,157); }

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

background-color css

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

 a { background-color: rgb(182,195,157); }

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

border-color css

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

 span { border-color: rgb(182,195,157); }

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