Html Css Color HEX #B7CB8E Sprout

📋 copy color: '#B7CB8E'

red 183 ◦ green 203 ◦ blue 142

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

Shades of Sprout #B7CB8E

Tints of Sprout #B7CB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.89%

R = 34.66%
G = 38.45%
B = 26.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#B7CB8E (or 0xB7CB8E) is known color: Sprout. HEX triplet: B7, CB and 8E. RGB value is (183,203,142). Sum of RGB (Red+Green+Blue) = 183+203+142=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CB8E is #483471. Grayscale: #BEBEBE. Windows color (decimal): -4732018 or 9358263. OLE color: 9358263.

HSL color Cylindrical-coordinate representation of color #B7CB8E: hue angle of 79.67º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7CB8E is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 203 142 -
CMYK 0.10 0 0.30 0.20
HSL 79.67º 0.37% 0.68% -
HSV(B) 79.67º 0.3% 0.8% -
XYZ 45.77 54.73 33.74 -
YUV 190.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 183 203 142 0.10 0 0.30 0.20 79.67 0.37 0.68
Hex B7 CB 8E A 0 1E 14 50 25 44
Octal 267 313 216 12 0 36 24 120 45 104
Binary 10110111 11001011 10001110 1010 0 11110 10100 1010000 100101 1000100

Color Harmonies of #B7CB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CB8E

Black with #B7CB8E

Text Example


Text Example

White with #B7CB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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