Html Css Color HEX #B2CA8F Sprout

📋 copy color: '#B2CA8F'

red 178 ◦ green 202 ◦ blue 143

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

Shades of Sprout #B2CA8F

Tints of Sprout #B2CA8F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.62%

 BLUE value IS 143 (56.25% from 255) = 27.34%

R = 34.03%
G = 38.62%
B = 27.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#B2CA8F (or 0xB2CA8F) is known color: Sprout. HEX triplet: B2, CA and 8F. RGB value is (178,202,143). Sum of RGB (Red+Green+Blue) = 178+202+143=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA8F is #4D3570. Grayscale: #BCBCBC. Windows color (decimal): -5059953 or 9423538. OLE color: 9423538.

HSL color Cylindrical-coordinate representation of color #B2CA8F: hue angle of 84.41º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2CA8F is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 143 -
CMYK 0.12 0 0.29 0.21
HSL 84.41º 0.36% 0.68% -
HSV(B) 84.41º 0.29% 0.79% -
XYZ 44.44 53.69 34.01 -
YUV 188.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 178 202 143 0.12 0 0.29 0.21 84.41 0.36 0.68
Hex B2 CA 8F C 0 1D 15 54 24 44
Octal 262 312 217 14 0 35 25 124 44 104
Binary 10110010 11001010 10001111 1100 0 11101 10101 1010100 100100 1000100

Color Harmonies of #B2CA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA8F

Black with #B2CA8F

Text Example


Text Example

White with #B2CA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA8F; }

 p { color: rgb(178,202,143); }

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

background-color css

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

 a { background-color: rgb(178,202,143); }

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

border-color css

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

 span { border-color: rgb(178,202,143); }

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