Html Css Color HEX #B2CB95 Sprout

📋 copy color: '#B2CB95'

red 178 ◦ green 203 ◦ blue 149

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

Shades of Sprout #B2CB95

Tints of Sprout #B2CB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 33.58%
G = 38.3%
B = 28.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#B2CB95 (or 0xB2CB95) is known color: Sprout. HEX triplet: B2, CB and 95. RGB value is (178,203,149). Sum of RGB (Red+Green+Blue) = 178+203+149=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CB95 is #4D346A. Grayscale: #BDBDBD. Windows color (decimal): -5059691 or 9817010. OLE color: 9817010.

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

Color convert

RGB 178 203 149 -
CMYK 0.12 0 0.27 0.20
HSL 87.78º 0.34% 0.69% -
HSV(B) 87.78º 0.27% 0.8% -
XYZ 45.14 54.35 36.54 -
YUV 189.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 178 203 149 0.12 0 0.27 0.20 87.78 0.34 0.69
Hex B2 CB 95 C 0 1B 14 58 22 45
Octal 262 313 225 14 0 33 24 130 42 105
Binary 10110010 11001011 10010101 1100 0 11011 10100 1011000 100010 1000101

Color Harmonies of #B2CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB95

Black with #B2CB95

Text Example


Text Example

White with #B2CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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