Html Css Color HEX #B7CB96 Sprout

📋 copy color: '#B7CB96'

red 183 ◦ green 203 ◦ blue 150

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

Shades of Sprout #B7CB96

Tints of Sprout #B7CB96

RGB

 RED value IS 183 (71.88% from 255) = 34.14%

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

 BLUE value IS 150 (58.98% from 255) = 27.99%

R = 34.14%
G = 37.87%
B = 27.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#B7CB96 (or 0xB7CB96) is known color: Sprout. HEX triplet: B7, CB and 96. RGB value is (183,203,150). Sum of RGB (Red+Green+Blue) = 183+203+150=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CB96 is #483469. Grayscale: #BFBFBF. Windows color (decimal): -4732010 or 9882551. OLE color: 9882551.

HSL color Cylindrical-coordinate representation of color #B7CB96: hue angle of 82.64º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7CB96 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 203 150 -
CMYK 0.10 0 0.26 0.20
HSL 82.64º 0.34% 0.69% -
HSV(B) 82.64º 0.26% 0.8% -
XYZ 46.39 54.98 37.02 -
YUV 190.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 183 203 150 0.10 0 0.26 0.20 82.64 0.34 0.69
Hex B7 CB 96 A 0 1A 14 53 22 45
Octal 267 313 226 12 0 32 24 123 42 105
Binary 10110111 11001011 10010110 1010 0 11010 10100 1010011 100010 1000101

Color Harmonies of #B7CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CB96

Black with #B7CB96

Text Example


Text Example

White with #B7CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CB96; }

 p { color: rgb(183,203,150); }

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

background-color css

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

 a { background-color: rgb(183,203,150); }

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

border-color css

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

 span { border-color: rgb(183,203,150); }

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