Html Css Color HEX #B4C993 Sprout

📋 copy color: '#B4C993'

red 180 ◦ green 201 ◦ blue 147

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

Shades of Sprout #B4C993

Tints of Sprout #B4C993

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.07%

 BLUE value IS 147 (57.81% from 255) = 27.84%

R = 34.09%
G = 38.07%
B = 27.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#B4C993 (or 0xB4C993) is known color: Sprout. HEX triplet: B4, C9 and 93. RGB value is (180,201,147). Sum of RGB (Red+Green+Blue) = 180+201+147=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C993 is #4B366C. Grayscale: #BCBCBC. Windows color (decimal): -4929133 or 9685428. OLE color: 9685428.

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

Color convert

RGB 180 201 147 -
CMYK 0.10 0 0.27 0.21
HSL 83.33º 0.33% 0.68% -
HSV(B) 83.33º 0.27% 0.79% -
XYZ 44.98 53.58 35.58 -
YUV 188.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 180 201 147 0.10 0 0.27 0.21 83.33 0.33 0.68
Hex B4 C9 93 A 0 1B 15 53 21 44
Octal 264 311 223 12 0 33 25 123 41 104
Binary 10110100 11001001 10010011 1010 0 11011 10101 1010011 100001 1000100

Color Harmonies of #B4C993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C993

Black with #B4C993

Text Example


Text Example

White with #B4C993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C993; }

 p { color: rgb(180,201,147); }

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

background-color css

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

 a { background-color: rgb(180,201,147); }

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

border-color css

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

 span { border-color: rgb(180,201,147); }

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