Html Css Color HEX #BACC92 Sprout

📋 copy color: '#BACC92'

red 186 ◦ green 204 ◦ blue 146

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

Shades of Sprout #BACC92

Tints of Sprout #BACC92

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 34.7%
G = 38.06%
B = 27.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#BACC92 (or 0xBACC92) is known color: Sprout. HEX triplet: BA, CC and 92. RGB value is (186,204,146). Sum of RGB (Red+Green+Blue) = 186+204+146=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC92 is #45336D. Grayscale: #C0C0C0. Windows color (decimal): -4535150 or 9620666. OLE color: 9620666.

HSL color Cylindrical-coordinate representation of color #BACC92: hue angle of 78.62º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BACC92 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 146 -
CMYK 0.09 0 0.28 0.2
HSL 78.62º 0.36% 0.69% -
HSV(B) 78.62º 0.28% 0.8% -
XYZ 47.03 55.7 35.47 -
YUV 192.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 186 204 146 0.09 0 0.28 0.2 78.62 0.36 0.69
Hex BA CC 92 9 0 1C 14 4F 24 45
Octal 272 314 222 11 0 34 24 117 44 105
Binary 10111010 11001100 10010010 1001 0 11100 10100 1001111 100100 1000101

Color Harmonies of #BACC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC92

Black with #BACC92

Text Example


Text Example

White with #BACC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC92; }

 p { color: rgb(186,204,146); }

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

background-color css

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

 a { background-color: rgb(186,204,146); }

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

border-color css

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

 span { border-color: rgb(186,204,146); }

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