Html Css Color HEX #BACF93 Sprout

📋 copy color: '#BACF93'

red 186 ◦ green 207 ◦ blue 147

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

Shades of Sprout #BACF93

Tints of Sprout #BACF93

RGB

 RED value IS 186 (73.05% from 255) = 34.44%

 GREEN value IS 207 (81.25% from 255) = 38.33%

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

R = 34.44%
G = 38.33%
B = 27.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#BACF93 (or 0xBACF93) is known color: Sprout. HEX triplet: BA, CF and 93. RGB value is (186,207,147). Sum of RGB (Red+Green+Blue) = 186+207+147=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF93 is #45306C. Grayscale: #C2C2C2. Windows color (decimal): -4534381 or 9686970. OLE color: 9686970.

HSL color Cylindrical-coordinate representation of color #BACF93: hue angle of 81º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BACF93 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 207 147 -
CMYK 0.10 0 0.29 0.19
HSL 81º 0.38% 0.69% -
HSV(B) 81º 0.29% 0.81% -
XYZ 47.83 57.17 36.12 -
YUV 193.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 186 207 147 0.10 0 0.29 0.19 81 0.38 0.69
Hex BA CF 93 A 0 1D 13 51 26 45
Octal 272 317 223 12 0 35 23 121 46 105
Binary 10111010 11001111 10010011 1010 0 11101 10011 1010001 100110 1000101

Color Harmonies of #BACF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACF93

Black with #BACF93

Text Example


Text Example

White with #BACF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACF93; }

 p { color: rgb(186,207,147); }

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

background-color css

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

 a { background-color: rgb(186,207,147); }

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

border-color css

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

 span { border-color: rgb(186,207,147); }

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