Html Css Color HEX #B4C892 Sprout

📋 copy color: '#B4C892'

red 180 ◦ green 200 ◦ blue 146

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

Shades of Sprout #B4C892

Tints of Sprout #B4C892

RGB

 RED value IS 180 (70.7% from 255) = 34.22%

 GREEN value IS 200 (78.52% from 255) = 38.02%

 BLUE value IS 146 (57.42% from 255) = 27.76%

R = 34.22%
G = 38.02%
B = 27.76%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#B4C892 (or 0xB4C892) is known color: Sprout. HEX triplet: B4, C8 and 92. RGB value is (180,200,146). Sum of RGB (Red+Green+Blue) = 180+200+146=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C892 is #4B376D. Grayscale: #BCBCBC. Windows color (decimal): -4929390 or 9619636. OLE color: 9619636.

HSL color Cylindrical-coordinate representation of color #B4C892: hue angle of 82.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4C892 is Cyan = 0.1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 200 146 -
CMYK 0.1 0 0.27 0.22
HSL 82.22º 0.33% 0.68% -
HSV(B) 82.22º 0.27% 0.78% -
XYZ 44.66 53.09 35.09 -
YUV 187.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 180 200 146 0.1 0 0.27 0.22 82.22 0.33 0.68
Hex B4 C8 92 A 0 1B 16 52 21 44
Octal 264 310 222 12 0 33 26 122 41 104
Binary 10110100 11001000 10010010 1010 0 11011 10110 1010010 100001 1000100

Color Harmonies of #B4C892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C892

Black with #B4C892

Text Example


Text Example

White with #B4C892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C892; }

 p { color: rgb(180,200,146); }

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

background-color css

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

 a { background-color: rgb(180,200,146); }

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

border-color css

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

 span { border-color: rgb(180,200,146); }

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