Html Css Color HEX #B2CB8D Sprout

📋 copy color: '#B2CB8D'

red 178 ◦ green 203 ◦ blue 141

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

Shades of Sprout #B2CB8D

Tints of Sprout #B2CB8D

RGB

 RED value IS 178 (69.92% from 255) = 34.1%

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

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 34.1%
G = 38.89%
B = 27.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#B2CB8D (or 0xB2CB8D) is known color: Sprout. HEX triplet: B2, CB and 8D. RGB value is (178,203,141). Sum of RGB (Red+Green+Blue) = 178+203+141=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CB8D is #4D3472. Grayscale: #BCBCBC. Windows color (decimal): -5059699 or 9292722. OLE color: 9292722.

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

Color convert

RGB 178 203 141 -
CMYK 0.12 0 0.31 0.20
HSL 84.19º 0.37% 0.67% -
HSV(B) 84.19º 0.31% 0.8% -
XYZ 44.52 54.1 33.29 -
YUV 188.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 178 203 141 0.12 0 0.31 0.20 84.19 0.37 0.67
Hex B2 CB 8D C 0 1F 14 54 25 43
Octal 262 313 215 14 0 37 24 124 45 103
Binary 10110010 11001011 10001101 1100 0 11111 10100 1010100 100101 1000011

Color Harmonies of #B2CB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB8D

Black with #B2CB8D

Text Example


Text Example

White with #B2CB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB8D; }

 p { color: rgb(178,203,141); }

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

background-color css

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

 a { background-color: rgb(178,203,141); }

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

border-color css

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

 span { border-color: rgb(178,203,141); }

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